2 references to CheckArgument
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\FieldAccessors\InstanceFieldAccessor.cs (1)
60value = RuntimeAugments.CheckArgument(value, this.FieldTypeHandle, binderBundle);
Internal\Reflection\Execution\FieldAccessors\WritableStaticFieldAccessor.cs (1)
24value = RuntimeAugments.CheckArgument(value, FieldTypeHandle, binderBundle);