2 references to ToByte
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
710public static byte ToByte(long value) => ToByte((ulong)value);
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
211return Convert.ToByte(m_value);