10 references to ValidateRuntimeType
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (10)
723RuntimeType rt = ValidateRuntimeType(enumType); 1629RuntimeType rtType = ValidateRuntimeType(enumType); 2225InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2228InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2231InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2234InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2238InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2242InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2245InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2249InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, unchecked((long)value));