3 writes to s_cachedNoMatch
System.Linq.Expressions (3)
System\Runtime\CompilerServices\CallSite.cs (3)
295
s_cachedNoMatch
= CreateCustomNoMatchDelegate(invoke);
325
s_cachedNoMatch
= (T)(object)noMatchMethod!.MakeGenericMethod(args).CreateDelegate(target);
329
s_cachedNoMatch
= CreateCustomNoMatchDelegate(invoke);
2 references to s_cachedNoMatch
System.Linq.Expressions (2)
System\Runtime\CompilerServices\CallSite.cs (2)
135
Debug.Assert(
s_cachedNoMatch
!= null, "all normal sites should have Update cached once there is an instance.");
136
return
s_cachedNoMatch
;