1 instantiation of LocalsWindow_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\LocalsWindow_InProc.cs (1)
14public static LocalsWindow_InProc Create() => new LocalsWindow_InProc();
3 references to LocalsWindow_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\LocalsWindow_InProc.cs (1)
14public static LocalsWindow_InProc Create() => new LocalsWindow_InProc();
OutOfProcess\LocalsWindow_OutOfProc.cs (2)
13private readonly LocalsWindow_InProc _localsWindowInProc; 17_localsWindowInProc = CreateInProcComponent<LocalsWindow_InProc>(visualStudioInstance);