3 references to UInt64Type
System.Private.Windows.Core (3)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (3)
43
{ TypeName.Parse(Types.
UInt64Type
), typeof(ulong) },
65
{ Types.ToTypeName($"{Types.ListName}[[{Types.
UInt64Type
}]]"), typeof(List<ulong>) },
78
{ Types.ToTypeName($"{Types.
UInt64Type
}[]"), typeof(ulong[]) },