5 references to InvokeResultProvider
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
Debugger\Engine\DkmClrValue.cs (1)
182
InspectionContext.InspectionSession.
InvokeResultProvider
(
Debugger\Engine\DkmEvaluationResult.cs (2)
50
InspectionContext.InspectionSession.
InvokeResultProvider
(
62
return InspectionContext.InspectionSession.
InvokeResultProvider
(this, MethodId.GetUnderlyingString, r => r.GetUnderlyingString(this));
Debugger\Engine\DkmEvaluationResultEnumContext.cs (1)
41
InspectionContext.InspectionSession.
InvokeResultProvider
(
Debugger\Engine\DkmSuccessEvaluationResult.cs (1)
95
return InspectionContext.InspectionSession.
InvokeResultProvider
(this, MethodId.GetClrValue, r => r.GetClrValue(this));