10 references to ValidateRuntimeType
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (10)
723RuntimeType rt = ValidateRuntimeType(enumType); 1630RuntimeType rtType = ValidateRuntimeType(enumType); 2226InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2229InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2232InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2235InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2239InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2243InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2246InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, value); 2250InternalBoxEnum(ValidateRuntimeType(enumType).TypeHandle, unchecked((long)value));