1 write to _SiteCtors
System.Core (1)
Microsoft\Scripting\Actions\CallSite.cs (1)
107
_SiteCtors
= ctors = new CacheDict<Type, Func<CallSiteBinder, CallSite>>(100);
1 reference to _SiteCtors
System.Core (1)
Microsoft\Scripting\Actions\CallSite.cs (1)
104
var ctors =
_SiteCtors
;