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