3 references to _cache
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\BoundConstants.cs (3)
106if (_cache.TryGetValue(new TypedConstant(value, type), out LocalBuilder? local)) 144_cache.Clear(); 158_cache.Add(reference.Key, local);