5 references to Decode
System.Formats.Nrbf (1)
System\Formats\Nrbf\NrbfDecoder.cs (1)
121=> Decode(payload, out _, options, leaveOpen);
System.Private.Windows.Core (1)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
29return NrbfDecoder.Decode(stream, out recordMap, leaveOpen: true);
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
164/// <inheritdoc cref="NrbfDecoder.Decode(Stream, out IReadOnlyDictionary{SerializationRecordId, SerializationRecord}, PayloadOptions?, bool)"/> 172return NrbfDecoder.Decode(stream, out recordMap, options: null, leaveOpen: true);
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.cs (1)
48RootRecord = NrbfDecoder.Decode(stream, out var readonlyRecordMap, options: s_payloadOptions, leaveOpen: true);