5 references to DynamicInvoke
System.Private.CoreLib (5)
Internal\Runtime\Augments\RuntimeAugments.cs (2)
574return InvokeUtils.CheckArgument(srcObject, dstType.ToMethodTable(), InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle); 579return InvokeUtils.CheckArgument(srcObject, dstType.ToMethodTable(), InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle, out copyBack);
System\InvokeUtils.cs (1)
418case CheckArgumentSemantics.DynamicInvoke:
System\Reflection\DynamicInvokeInfo.cs (2)
643arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.Type, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle, out copyBack); 738arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.Type, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle: null);