4 references to DynamicInvoke
System.Private.CoreLib (4)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
614return InvokeUtils.CheckArgument(srcObject, dstType.ToMethodTable(), InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle);
System\InvokeUtils.cs (1)
400case CheckArgumentSemantics.DynamicInvoke:
System\Reflection\DynamicInvokeInfo.cs (2)
636arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.Type, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle); 704arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.Type, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle: null);