3 references to UInt16Type
System.Private.Windows.Core (3)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (3)
39
{ TypeName.Parse(Types.
UInt16Type
), typeof(ushort) },
61
{ Types.ToTypeName($"{Types.ListName}[[{Types.
UInt16Type
}]]"), typeof(List<ushort>) },
74
{ Types.ToTypeName($"{Types.
UInt16Type
}[]"), typeof(ushort[]) },