1 write to _pendingUpdates
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (1)
285_pendingUpdates ??= [];
5 references to _pendingUpdates
System.Private.Windows.Core (5)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (5)
163if (_incompleteObjects.Count > 0 || (_pendingUpdates is not null && _pendingUpdates.Count > 0)) 286_pendingUpdates.Add(updater); 359Debug.Assert(_pendingUpdates is not null); 372int removals = _pendingUpdates.RemoveWhere((ValueUpdater updater) =>