1 write to _format
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.ParseState.cs (1)
22
_format
= format;
3 references to _format
System.Resources.Extensions (3)
System\Resources\Extensions\BinaryFormat\BinaryFormattedObject.ParseState.cs (3)
26
public IReadOnlyDictionary<SerializationRecordId, SerializationRecord> RecordMap =>
_format
.RecordMap;
27
public Options Options =>
_format
._options;
28
public ITypeResolver TypeResolver =>
_format
.TypeResolver;