2 references to GetAllLocals
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\LocalsWindow_InProc.cs (2)
52
var allLocalsString = string.Join("\n",
GetAllLocals
(dte.Debugger.CurrentStackFrame.Locals));
76
foreach (var nestedLocal in
GetAllLocals
(nestedExpressions))