1 write to ValueId
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\ValueUpdater.cs (1)
23ValueId = valueId;
7 references to ValueId
System.Private.Windows.Core (7)
System\Private\Windows\Core\BinaryFormat\Deserializer\ArrayUpdater.cs (1)
19object value = objects[ValueId];
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (3)
292dependencies.Add(updater.ValueId); 296_incompleteDependencies.Add(updater.ObjectId, [updater.ValueId]); 374if (!updater.ValueId.Equals(completedId))
System\Private\Windows\Core\BinaryFormat\Deserializer\FieldValueUpdater.cs (1)
20object newValue = objects[ValueId];
System\Private\Windows\Core\BinaryFormat\Deserializer\SerializationInfoValueUpdater.cs (1)
23object newValue = objects[ValueId];
System\Private\Windows\Core\BinaryFormat\Deserializer\ValueUpdater.cs (1)
16/// The object id that is dependent on <see cref="ValueId"/>.