3 references to _cache
System.Core (3)
Microsoft\Scripting\Compiler\BoundConstants.cs (3)
117
if (
_cache
.TryGetValue(new TypedConstant(value, type), out local)) {
147
_cache
.Clear();
158
_cache
.Add(reference.Key, local);