3 implementations of Id
System.Private.Windows.Core (3)
System\Private\Windows\BinaryFormat\Serializer\BinaryLibrary.cs (1)
20Id IRecord.Id => LibraryId;
System\Private\Windows\BinaryFormat\Serializer\BinaryObjectString.cs (1)
20Id IRecord.Id => ObjectId;
System\Private\Windows\BinaryFormat\Serializer\Record.cs (1)
16Id IRecord.Id => Id;
1 reference to Id
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Serializer\RecordMap.cs (1)
17Id id = record.Id;