4 references to CheckValue
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (2)
420
return sigType.
CheckValue
(ref arg);
425
return sigType.
CheckValue
(ref arg);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (2)
473
return sigType.
CheckValue
(ref arg);
478
return sigType.
CheckValue
(ref arg);