2 references to ShouldCache
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\CompilerScope.cs (2)
369
if (
ShouldCache
(refCount.Key, refCount.Value))
396
return ReferenceCount.TryGetValue(v, out refCount) &&
ShouldCache
(v, refCount);