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