3 instantiations of HybridReferenceDictionary
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
331_labels ??= new HybridReferenceDictionary<LabelTarget, LabelInfo>();
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
285private readonly HybridReferenceDictionary<LabelTarget, LabelInfo> _treeLabels = new HybridReferenceDictionary<LabelTarget, LabelInfo>();
System\Linq\Expressions\Interpreter\LocalVariables.cs (1)
68private readonly HybridReferenceDictionary<ParameterExpression, VariableScope> _variables = new HybridReferenceDictionary<ParameterExpression, VariableScope>();
3 references to HybridReferenceDictionary
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\LabelInfo.cs (1)
277private HybridReferenceDictionary<LabelTarget, LabelInfo>? _labels; // lazily allocated, we typically use this only once every 6th-7th block
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
285private readonly HybridReferenceDictionary<LabelTarget, LabelInfo> _treeLabels = new HybridReferenceDictionary<LabelTarget, LabelInfo>();
System\Linq\Expressions\Interpreter\LocalVariables.cs (1)
68private readonly HybridReferenceDictionary<ParameterExpression, VariableScope> _variables = new HybridReferenceDictionary<ParameterExpression, VariableScope>();