1 implementation of IncompleteObjects
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (1)
82public HashSet<SerializationRecordId> IncompleteObjects => _incompleteObjects;
3 references to IncompleteObjects
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (1)
80/// <inheritdoc cref="IDeserializer.IncompleteObjects"/>
System\Private\Windows\Core\BinaryFormat\Deserializer\IDeserializer.cs (1)
40/// Objects may not be fully filled out. If they are not in <see cref="IncompleteObjects"/>, they are
System\Private\Windows\Core\BinaryFormat\Deserializer\ObjectRecordDeserializer.cs (1)
94|| (Deserializer.IncompleteObjects.Contains(valueRecord) && value.GetType().IsValueType));