4 references to ToUInt16
Microsoft.Build (2)
ElementLocation\ElementLocation.cs (2)
337this.line = Convert.ToUInt16(line); 338this.column = Convert.ToUInt16(column);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
945return ToUInt16(ToInt32(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
221return Convert.ToUInt16(m_value);