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