Beispiel #1
0
            public NotificationActivator(EditorIntegration editorIntegration, string filePath)
            {
                Contract.Assert(editorIntegration != null);
                Contract.Assert(filePath != null);

                _editorIntegration = editorIntegration;
                _filePath          = filePath;
            }
Beispiel #2
0
 public VisualStudioIntegration()
 {
     Editor = new EditorIntegration(this);
 }
Beispiel #3
0
 public VisualStudioIntegration()
 {
     Editor = new EditorIntegration(this);
 }
Beispiel #4
0
            public NotificationActivator(EditorIntegration editorIntegration, string filePath)
            {
                Contract.Assert(editorIntegration != null);
                Contract.Assert(filePath != null);

                _editorIntegration = editorIntegration;
                _filePath = filePath;
            }