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