1 instantiation of Editor_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\Editor_InProc.cs (1)
55=> new Editor_InProc();
7 references to Editor_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (7)
InProcess\Editor_InProc.cs (1)
54public static Editor_InProc Create()
InProcess\SolutionExplorer_InProc.cs (1)
523hresult = activeVsTextView.GetData(Editor_InProc.IWpfTextViewId, out var wpfTextViewHost);
LightBulbHelper.cs (2)
52var editor = Editor_InProc.Create();
OutOfProcess\Editor_OutOfProc.cs (3)
24private readonly Editor_InProc _editorInProc; 31_editorInProc = (Editor_InProc)_textViewWindowInProc; 36=> CreateInProcComponent<Editor_InProc>(visualStudioInstance);