1 write to ObjectId
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\ValueUpdater.cs (1)
22ObjectId = objectId;
4 references to ObjectId
System.Private.Windows.Core (4)
System\Private\Windows\Core\BinaryFormat\Deserializer\ArrayUpdater.cs (1)
20Array array = (Array)objects[ObjectId];
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (2)
290if (_incompleteDependencies.TryGetValue(updater.ObjectId, out HashSet<SerializationRecordId>? dependencies)) 296_incompleteDependencies.Add(updater.ObjectId, [updater.ValueId]);
System\Private\Windows\Core\BinaryFormat\Deserializer\FieldValueUpdater.cs (1)
21_field.SetValue(objects[ObjectId], newValue);