2 references to ShouldCache
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\CompilerScope.cs (2)
345
if (
ShouldCache
(v))
402
Debug.Assert(
ShouldCache
(v) && !_locals.ContainsKey(v));