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