1 write to Cache
System.Linq.Expressions (1)
System\Runtime\CompilerServices\CallSiteBinder.cs (1)
205
Interlocked.CompareExchange(ref
Cache
, new Dictionary<Type, object>(), null);
2 references to Cache
System.Linq.Expressions (2)
System\Runtime\CompilerServices\CallSiteBinder.cs (2)
203
if (
Cache
== null)
209
var cache =
Cache
;