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