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