2 writes to _CachedNoMatch
System.Core (2)
Microsoft\Scripting\Actions\CallSite.cs (2)
282
_CachedNoMatch
= (T)(object)CreateDelegateHelper(target, noMatchMethod.MakeGenericMethod(args));
287
_CachedNoMatch
= CreateCustomNoMatchDelegate(invoke);
2 references to _CachedNoMatch
System.Core (2)
Microsoft\Scripting\Actions\CallSite.cs (2)
143
Debug.Assert(
_CachedNoMatch
!= null, "all normal sites should have Update cached once there is an instance.");
144
return
_CachedNoMatch
;