1 write to Type
Microsoft.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Serializer\MemberTypeInfo.cs (1)
24Type = type;
4 references to Type
Microsoft.Private.Windows.Core (4)
System\IO\BinaryWriterExtensions.cs (2)
34writer.Write((byte)memberTypeInfo[i].Type); 39switch (memberTypeInfo[i].Type)
System\Private\Windows\BinaryFormat\Serializer\ClassRecord.cs (1)
68switch (memberTypeInfo[i].Type)
System\Private\Windows\BinaryFormat\Serializer\MemberTypeInfo.cs (1)
30null => Type.ToString()!,