1 instantiation of LocalsWindow_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
VisualStudioInstance.cs (1)
133LocalsWindow = new LocalsWindow_OutOfProc(this);
3 references to LocalsWindow_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
OutOfProcess\LocalsWindow_OutOfProc.Verifier.cs (2)
13private readonly LocalsWindow_OutOfProc _localsWindow; 15public Verifier(LocalsWindow_OutOfProc localsWindow)
VisualStudioInstance.cs (1)
55public LocalsWindow_OutOfProc LocalsWindow { get; set; }