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