1 write to s_cachedUpdate
System.Linq.Expressions (1)
System\Runtime\CompilerServices\CallSite.cs (1)
228
return GetUpdateDelegate(ref
s_cachedUpdate
);
2 references to s_cachedUpdate
System.Linq.Expressions (2)
System\Runtime\CompilerServices\CallSite.cs (2)
140
Debug.Assert(
s_cachedUpdate
!= null, "all normal sites should have Update cached once there is an instance.");
141
return
s_cachedUpdate
;