8 references to GetName
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (8)
110
return
GetName
(GetEnumInfo<byte>(enumType), (byte)(sbyte)uint64Value);
114
return
GetName
(GetEnumInfo<byte>(enumType), (byte)uint64Value);
118
return
GetName
(GetEnumInfo<ushort>(enumType), (ushort)(short)uint64Value);
122
return
GetName
(GetEnumInfo<ushort>(enumType), (ushort)uint64Value);
126
return
GetName
(GetEnumInfo<uint>(enumType), (uint)(int)uint64Value);
130
return
GetName
(GetEnumInfo<uint>(enumType), (uint)uint64Value);
133
return
GetName
(GetEnumInfo<ulong>(enumType), (ulong)(long)uint64Value);
136
return
GetName
(GetEnumInfo<ulong>(enumType), uint64Value);