1 write to DefaultInspectionContext
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
ResultProviderTestBase.cs (1)
53
DefaultInspectionContext
= defaultInspectionContext;
4 references to DefaultInspectionContext
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
ResultProviderTestBase.cs (4)
142
return clrValue.HasUnderlyingString(
DefaultInspectionContext
);
148
return clrValue.GetUnderlyingString(
DefaultInspectionContext
);
204
InspectionContext: inspectionContext ??
DefaultInspectionContext
,
255
evalResult.GetChildren(workList, initialRequestSize, inspectionContext ??
DefaultInspectionContext
, r => { getChildrenResult = r; });