2 references to Expression
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\Debugger_InProc.cs (1)
54public Common.Expression GetExpression(string expressionText) => new Common.Expression(_debugger.GetExpression(expressionText));
InProcess\LocalsWindow_InProc.cs (1)
48return new Common.Expression(entry);