2 references to ShouldCache
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
354if (ShouldCache(refCount.Key, refCount.Value)) { 377return ReferenceCount.TryGetValue(v, out refCount) && ShouldCache(v, refCount);