2 instantiations of Expression
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\Debugger_InProc.cs (1)
54
public Common.Expression GetExpression(string expressionText) => new Common.
Expression
(_debugger.GetExpression(expressionText));
InProcess\LocalsWindow_InProc.cs (1)
48
return new Common.
Expression
(entry);
5 references to Expression
Microsoft.VisualStudio.IntegrationTest.Utilities (5)
InProcess\Debugger_InProc.cs (1)
54
public Common.
Expression
GetExpression(string expressionText) => new Common.Expression(_debugger.GetExpression(expressionText));
InProcess\LocalsWindow_InProc.cs (1)
28
public Common.
Expression
GetEntry(params string[] entryNames)
OutOfProcess\Debugger_OutOfProc.cs (1)
49
var
entry = _debuggerInProc.GetExpression(expressionText);
OutOfProcess\LocalsWindow_OutOfProc.Verifier.cs (2)
22
var
entry = _localsWindow._localsWindowInProc.GetEntry(entryName);
29
var
entry = _localsWindow._localsWindowInProc.GetEntry(entryNames);