3 references to CheckArgument
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
46
convertedArguments[i] = RuntimeAugments.
CheckArgument
(arguments[i], _parameterTypes[i].TypeHandle, binderBundle);
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (1)
60
value = RuntimeAugments.
CheckArgument
(value, this.FieldTypeHandle, binderBundle);
Internal\Reflection\Execution\FieldAccessors\WritableStaticFieldAccessor.cs (1)
24
value = RuntimeAugments.
CheckArgument
(value, FieldTypeHandle, binderBundle);