2 references to CheckArgument
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);