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