1 write to _CachedUpdate
System.Core (1)
Microsoft\Scripting\Actions\CallSite.cs (1)
201
return GetUpdateDelegate(ref
_CachedUpdate
);
2 references to _CachedUpdate
System.Core (2)
Microsoft\Scripting\Actions\CallSite.cs (2)
146
Debug.Assert(
_CachedUpdate
!= null, "all normal sites should have Update cached once there is an instance.");
147
return
_CachedUpdate
;