4 references to InvalidOperation_UnknownEnumType
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (2)
1603throw new InvalidOperationException(SR.InvalidOperation_UnknownEnumType); 2159new InvalidOperationException(SR.InvalidOperation_UnknownEnumType);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.Enum.cs (1)
62throw new InvalidOperationException(SR.InvalidOperation_UnknownEnumType);
System\RuntimeType.NativeAot.cs (1)
163throw new InvalidOperationException(SR.InvalidOperation_UnknownEnumType);