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)
143Debug.Assert(_CachedNoMatch != null, "all normal sites should have Update cached once there is an instance."); 144return _CachedNoMatch;