3 references to Helpers
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\BoundConstants.cs (1)
89Helpers.IncrementCount(new TypedConstant(value, type), _references);
System\Linq\Expressions\Compiler\LabelInfo.cs (1)
165LabelScopeInfo? common = Helpers.CommonNode(def, reference, b => b.Parent!);
System\Linq\Expressions\Compiler\VariableBinder.cs (1)
224Helpers.IncrementCount(node, referenceScope.ReferenceCount);