2 references to s_cache
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\CallInstruction.cs (2)
76
if (
s_cache
.TryGetValue(info, out res))
114
s_cache
[info] = res;