3 references to _references
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\BoundConstants.cs (3)
89
Helpers.IncrementCount(new TypedConstant(value, type),
_references
);
122
foreach (KeyValuePair<TypedConstant, int> reference in
_references
)
146
foreach (KeyValuePair<TypedConstant, int> reference in
_references
)