1 instantiation of ObjectBrowserWindow_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\ObjectBrowserWindow_InProc.cs (1)
12public static ObjectBrowserWindow_InProc Create() => new ObjectBrowserWindow_InProc();
3 references to ObjectBrowserWindow_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\ObjectBrowserWindow_InProc.cs (1)
12public static ObjectBrowserWindow_InProc Create() => new ObjectBrowserWindow_InProc();
OutOfProcess\ObjectBrowserWindow_OutOfProc.cs (2)
11internal readonly ObjectBrowserWindow_InProc _inProc; 16_inProc = CreateInProcComponent<ObjectBrowserWindow_InProc>(visualStudioInstance);