2 references to InternalGetUnderlyingType
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (2)
165return Enum.InternalGetUnderlyingType(this); 227RuntimeType underlyingType = Enum.InternalGetUnderlyingType(this);