2 references to ToByte
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
721return ToByte((double)value);
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
469return Convert.ToByte(m_value);