1 write to ObjectId
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\PendingSerializationInfo.cs (1)
24ObjectId = objectId;
6 references to ObjectId
System.Private.Windows.Core (6)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (4)
143&& _incompleteDependencies.TryGetValue(pending.ObjectId, out HashSet<SerializationRecordId>? dependencies)) 159_pendingSerializationInfoIds?.Remove(pending.ObjectId); 160((IDeserializer)this).CompleteObject(pending.ObjectId); 278_pendingSerializationInfoIds.Add(pending.ObjectId);
System\Private\Windows\Core\BinaryFormat\Deserializer\PendingSerializationInfo.cs (2)
32object @object = objects[ObjectId]; 57objects[ObjectId] = populated;