4 references to _incompleteObjects
System.Private.Windows.Core (4)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (4)
82
public HashSet<SerializationRecordId> IncompleteObjects =>
_incompleteObjects
;
163
if (
_incompleteObjects
.Count > 0 || (_pendingUpdates is not null && _pendingUpdates.Count > 0))
239
if (!
_incompleteObjects
.Add(id))
314
_incompleteObjects
.Remove(completedId);