4 references to CheckValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (2)
372
((RuntimeType)_fieldInfo.FieldType).
CheckValue
(ref value, binder, culture, invokeAttr);
377
((RuntimeType)_fieldInfo.FieldType).
CheckValue
(ref value, binder, culture, invokeAttr);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.cs (2)
371
shouldCopyBack[i] = sigType.
CheckValue
(ref arg, binder, culture, invokeAttr);
384
shouldCopyBack[i] = sigType.
CheckValue
(ref arg, binder, culture, invokeAttr);