4 references to EvalResult
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
DynamicViewExpansion.cs (1)
57
: new
EvalResult
(name, Resources.DynamicViewNotDynamic, inspectionContext);
NativeViewExpansion.cs (1)
52
return new
EvalResult
(Resources.NativeView, Resources.NativeViewNotNativeDebugging, inspectionContext);
ResultsViewExpansion.cs (1)
77
return new
EvalResult
(name, errorMessage, inspectionContext);
RootHiddenExpansion.cs (1)
52
var row = new
EvalResult
(Resources.ErrorName, (string)memberValue.HostObjectValue, inspectionContext);