3 types derived from ValueUpdater
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\Deserializer\ArrayUpdater.cs (1)
8
internal sealed class ArrayUpdater :
ValueUpdater
System\Private\Windows\Core\BinaryFormat\Deserializer\FieldValueUpdater.cs (1)
9
internal sealed class FieldValueUpdater :
ValueUpdater
System\Private\Windows\Core\BinaryFormat\Deserializer\SerializationInfoValueUpdater.cs (1)
9
internal sealed class SerializationInfoValueUpdater :
ValueUpdater
5 references to ValueUpdater
System.Private.Windows.Core (5)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (3)
88
private HashSet<
ValueUpdater
>? _pendingUpdates;
281
void IDeserializer.PendValueUpdater(
ValueUpdater
updater)
372
int removals = _pendingUpdates.RemoveWhere((
ValueUpdater
updater) =>
System\Private\Windows\Core\BinaryFormat\Deserializer\IDeserializer.cs (2)
55
void PendValueUpdater(
ValueUpdater
updater);
63
/// Mark the object id as complete. This will check dependencies and resolve relevant <see cref="
ValueUpdater
"/>s.