1 instantiation of Deserializer
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (1)
124var deserializer = new Deserializer(rootId, recordMap, options);
3 references to Deserializer
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\Deserializer\Deserializer.cs (1)
124var deserializer = new Deserializer(rootId, recordMap, options);
System\Private\Windows\Core\BinaryFormat\Deserializer\IDeserializer.cs (1)
12/// Interface for deserialization used to define the coupling between the main <see cref="Deserializer"/>
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (1)
78return Deserializer.Deserialize(rootRecord.Id, recordMap, options);