3 references to ToUInt64
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
110return Enum.GetName(this, Enum.ToUInt64(value));
src\libraries\System.Private.CoreLib\src\System\Type.Enum.cs (2)
160ulArray[i] = Enum.ToUInt64(array.GetValue(i)!); 162ulong ulValue = Enum.ToUInt64(value);