1 write to ObjectId
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\ValueUpdater.cs (1)
22
ObjectId
= objectId;
4 references to ObjectId
System.Private.Windows.Core (4)
System\Private\Windows\Core\BinaryFormat\Deserializer\ArrayUpdater.cs (1)
20
Array array = (Array)objects[
ObjectId
];
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (2)
290
if (_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);