1 write to Cache
System.Core (1)
Microsoft\Scripting\Actions\CallSiteBinder.cs (1)
219
Interlocked.CompareExchange(ref
Cache
, new Dictionary<Type, object>(), null);
3 references to Cache
System.Core (3)
Microsoft\Scripting\Actions\CallSite.cs (1)
221
var cache = Binder.
Cache
;
Microsoft\Scripting\Actions\CallSiteBinder.cs (2)
218
if (
Cache
== null) {
223
var cache =
Cache
;