1 write to InspectionSession
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmInspectionContext.cs (1)
44
this.
InspectionSession
= inspectionSession;
11 references to InspectionSession
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (11)
Debugger\Engine\DkmClrValue.cs (5)
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));
182
InspectionContext.
InspectionSession
.InvokeResultProvider(
285
inspectionContext = new DkmInspectionContext(inspectionContext.
InspectionSession
, inspectionContext.EvaluationFlags | DkmEvaluationFlags.NoQuotes, inspectionContext.Radix, inspectionContext.RuntimeInstance);
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\DkmInspectionContext.cs (2)
65
return
InspectionSession
.InvokeFormatter(this, MethodId.GetTypeName, f => f.GetTypeName(this, ClrType, CustomTypeInfo, FormatSpecifiers));
71
this.
InspectionSession
,
Debugger\Engine\DkmSuccessEvaluationResult.cs (1)
95
return InspectionContext.
InspectionSession
.InvokeResultProvider(this, MethodId.GetClrValue, r => r.GetClrValue(this));