10 references to NrbfDecoder
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
31
return
NrbfDecoder
.Decode(stream, out recordMap, leaveOpen: true);
PresentationFramework (1)
MS\Internal\DataStreams.cs (1)
254
NrbfDecoder
.Decode(dataStream, leaveOpen: true).TryGetFrameworkObject(out object val);
System.Formats.Nrbf (1)
System\Formats\Nrbf\PayloadOptions.cs (1)
37
/// Setting this property to <see langword="true" /> can render <see cref="
NrbfDecoder
"/> susceptible to denial of service
System.Private.Windows.Core (2)
System\Private\Windows\JsonData.cs (1)
16
/// and replicate this type. Then, manually retrieve the serialized stream and use the <see cref="Formats.Nrbf.
NrbfDecoder
"/> to decode the stream and rehydrate the serialized type.
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (1)
31
return
NrbfDecoder
.Decode(stream, out recordMap, leaveOpen: true);
System.Private.Windows.Core.TestUtilities (2)
BinarySerialization.cs (2)
167
/// <inheritdoc cref="
NrbfDecoder
.Decode(Stream, out IReadOnlyDictionary{SerializationRecordId, SerializationRecord}, PayloadOptions?, bool)"/>
175
return
NrbfDecoder
.Decode(stream, out recordMap, options: null, leaveOpen: true);
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.cs (1)
47
RootRecord =
NrbfDecoder
.Decode(stream, out var readonlyRecordMap, options: s_payloadOptions, leaveOpen: true);
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (2)
39
Debug.WriteLine($"PropertyBagStream: {nameof(
NrbfDecoder
)} failed with {ex.Message}");
114
Debug.WriteLine($"PropertyBagStream.Save: {nameof(
NrbfDecoder
)} failed with {ex.Message}");