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