4 references to InvokeFormatter
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
Debugger\Engine\DkmClrValue.cs (3)
149
return inspectionContext.InspectionSession.
InvokeFormatter
(this, MethodId.GetValueString, f => f.GetValueString(this, inspectionContext, formatSpecifiers));
159
return inspectionContext.InspectionSession.
InvokeFormatter
(this, MethodId.HasUnderlyingString, f => f.HasUnderlyingString(this, inspectionContext));
169
return inspectionContext.InspectionSession.
InvokeFormatter
(this, MethodId.GetUnderlyingString, f => f.GetUnderlyingString(this, inspectionContext));
Debugger\Engine\DkmInspectionContext.cs (1)
65
return InspectionSession.
InvokeFormatter
(this, MethodId.GetTypeName, f => f.GetTypeName(this, ClrType, CustomTypeInfo, FormatSpecifiers));