4 references to _incompleteObjects
System.Resources.Extensions (4)
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (4)
86public HashSet<int> IncompleteObjects => _incompleteObjects; 169if (_incompleteObjects.Count > 0 || (_pendingUpdates is not null && _pendingUpdates.Count > 0)) 256_incompleteObjects.Add(id); 327_incompleteObjects.Remove(completedId);