3 references to ToUInt16
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
504a.LongName, Convert.ToUInt16(val).ToString("X4", CultureInfo.InvariantCulture));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
544return Convert.ToUInt16(m_value);
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
448writer.Write(Convert.ToUInt16((char)value!));