1 write to _localsWindowInProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\LocalsWindow_OutOfProc.cs (1)
17_localsWindowInProc = CreateInProcComponent<LocalsWindow_InProc>(visualStudioInstance);
3 references to _localsWindowInProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
OutOfProcess\LocalsWindow_OutOfProc.Verifier.cs (3)
22var entry = _localsWindow._localsWindowInProc.GetEntry(entryName); 29var entry = _localsWindow._localsWindowInProc.GetEntry(entryNames); 36var actualCount = _localsWindow._localsWindowInProc.GetCount();