3 references to Int32Type
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Nrbf\CoreNrbfSerializer.cs (3)
42
{ TypeName.Parse(Types.
Int32Type
), typeof(int) },
64
{ Types.ToTypeName($"{Types.ListName}[[{Types.
Int32Type
}]]"), typeof(List<int>) },
77
{ Types.ToTypeName($"{Types.
Int32Type
}[]"), typeof(int[]) },