24 references to Decode
BinaryFormatTests (10)
FormatTests\FormattedObject\BinaryFormatWriterTests.cs (2)
103
SerializationRecord rootRecord = NrbfDecoder.
Decode
(stream);
135
SerializationRecord rootRecord = NrbfDecoder.
Decode
(stream);
FormatTests\FormattedObject\HashTableTests.cs (3)
71
SerializationRecord rootRecord = NrbfDecoder.
Decode
(Serialize(hashtable));
129
SerializationRecord rootRecord = NrbfDecoder.
Decode
(Serialize(hashtable));
147
SerializationRecord rootRecord = NrbfDecoder.
Decode
(stream);
FormatTests\FormattedObject\ListTests.cs (1)
83
SerializationRecord rootRecord = NrbfDecoder.
Decode
(Serialize(list));
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
112
SerializationRecord rootRecord = NrbfDecoder.
Decode
(Serialize(value));
SerializationRecordExtensionsTests.cs (3)
28
SerializationRecord rootRecord = NrbfDecoder.
Decode
(stream);
66
SerializationRecord rootRecord = NrbfDecoder.
Decode
(stream);
91
SerializationRecord rootRecord = NrbfDecoder.
Decode
(stream);
PresentationCore (1)
System\Windows\dataobject.cs (1)
3012
if (NrbfDecoder.
Decode
(stream, leaveOpen: true).TryGetFrameworkObject(out object val))
PresentationCore.Tests (3)
BinaryFormat\BinaryFormatWriterTests.cs (1)
73
SerializationRecord format = NrbfDecoder.
Decode
(stream);
BinaryFormat\HashTableTests.cs (1)
147
SerializationRecord format = NrbfDecoder.
Decode
(stream);
TestUtilities\BinaryFormatTestExtensions.cs (1)
16
public static SerializationRecord SerializeAndParse(this object source) => NrbfDecoder.
Decode
(source.Serialize());
PresentationFramework (1)
MS\Internal\DataStreams.cs (1)
255
NrbfDecoder.
Decode
(dataStream, leaveOpen: true).TryGetFrameworkObject(out object val);
System.Formats.Nrbf (3)
System\Formats\Nrbf\NrbfDecoder.cs (3)
129
/// <inheritdoc cref="
Decode
(Stream, PayloadOptions?, bool)"/>
156
/// <inheritdoc cref="
Decode
(Stream, PayloadOptions?, bool)"/>
158
=> (ClassRecord)
Decode
(payload, options, leaveOpen);
System.Private.Windows.Core (1)
System\Private\Windows\Core\Nrbf\SerializationRecordExtensions.cs (1)
32
return NrbfDecoder.
Decode
(stream, leaveOpen: true);
System.Windows.Forms.Primitives.TestUtilities (1)
System\Windows\Forms\BinaryFormat\BinaryFormatTestExtensions.cs (1)
19
return NrbfDecoder.
Decode
(stream);
System.Windows.Forms.Tests (4)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (3)
46
SerializationRecord binary = NrbfDecoder.
Decode
(stream);
134
SerializationRecord rootRecord = NrbfDecoder.
Decode
(stream);
195
SerializationRecord rootRecord = NrbfDecoder.
Decode
(memoryStream);
System\Windows\Forms\ClipboardTests.cs (1)
1048
SerializationRecord record = NrbfDecoder.
Decode
(stream);