1 implementation of IncompleteObjects
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (1)
86public HashSet<int> IncompleteObjects => _incompleteObjects;
3 references to IncompleteObjects
System.Resources.Extensions (3)
System\Resources\Extensions\BinaryFormat\Deserializer\Deserializer.cs (1)
84/// <inheritdoc cref="IDeserializer.IncompleteObjects"/>
System\Resources\Extensions\BinaryFormat\Deserializer\IDeserializer.cs (1)
40/// Objects may not be fully filled out. If they are not in <see cref="IncompleteObjects"/>, they are
System\Resources\Extensions\BinaryFormat\Deserializer\ObjectRecordDeserializer.cs (1)
93|| (Deserializer.IncompleteObjects.Contains(valueRecord) && value.GetType().IsValueType));