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)
22
var entry = _localsWindow.
_localsWindowInProc
.GetEntry(entryName);
29
var entry = _localsWindow.
_localsWindowInProc
.GetEntry(entryNames);
36
var actualCount = _localsWindow.
_localsWindowInProc
.GetCount();