5 references to ToUInt16
Microsoft.Build (2)
ElementLocation\ElementLocation.cs (2)
334this.line = Convert.ToUInt16(line); 335this.column = Convert.ToUInt16(column);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Metadata\PE\LoadingAttributes.cs (1)
927attrSym.VerifyNamedArgumentValue(0, "UShortField", TypedConstantKind.Primitive, Convert.ToUInt16(321));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
946return ToUInt16(ToInt32(value));
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
227return Convert.ToUInt16(m_value);