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