1 write to ReferenceCount
System.Core (1)
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
208referenceScope.ReferenceCount = new Dictionary<ParameterExpression, int>();
6 references to ReferenceCount
System.Core (6)
Microsoft\Scripting\Compiler\CompilerScope.cs (4)
349if (ReferenceCount == null) { 353foreach (var refCount in ReferenceCount) { 372if (ReferenceCount == null) { 377return ReferenceCount.TryGetValue(v, out refCount) && ShouldCache(v, refCount);
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
207if (referenceScope.ReferenceCount == null) { 211Helpers.IncrementCount(node, referenceScope.ReferenceCount);