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