1 write to Info
Microsoft.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Serializer\MemberTypeInfo.cs (1)
25Info = info;
5 references to Info
Microsoft.Private.Windows.Core (5)
System\IO\BinaryWriterExtensions.cs (3)
43writer.Write((byte)memberTypeInfo[i].Info!); 46writer.Write((string)memberTypeInfo[i].Info!); 49((ClassTypeInfo)memberTypeInfo[i].Info!).Write(writer);
System\Private\Windows\BinaryFormat\Serializer\ClassRecord.cs (1)
71WritePrimitiveType(writer, (PrimitiveType)memberTypeInfo[i].Info!, memberValue!);
System\Private\Windows\BinaryFormat\Serializer\MemberTypeInfo.cs (1)
28private string DebuggerDisplay => Info switch