1 write to DefaultInspectionContext
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
ResultProviderTestBase.cs (1)
52
DefaultInspectionContext
= defaultInspectionContext;
4 references to DefaultInspectionContext
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
ResultProviderTestBase.cs (4)
141
return clrValue.HasUnderlyingString(
DefaultInspectionContext
);
147
return clrValue.GetUnderlyingString(
DefaultInspectionContext
);
203
InspectionContext: inspectionContext ??
DefaultInspectionContext
,
254
evalResult.GetChildren(workList, initialRequestSize, inspectionContext ??
DefaultInspectionContext
, r => { getChildrenResult = r; });