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