2 references to 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);