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