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