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