3 references to BinaryObjectString
System.Runtime.Serialization.BinaryFormat (3)
System\Runtime\Serialization\BinaryFormat\AllowedRecordType.cs (1)
14BinaryObjectString = 1 << RecordType.BinaryObjectString,
System\Runtime\Serialization\BinaryFormat\BinaryObjectStringRecord.cs (1)
23public override RecordType RecordType => RecordType.BinaryObjectString;
System\Runtime\Serialization\BinaryFormat\PayloadReader.cs (1)
232RecordType.BinaryObjectString => BinaryObjectStringRecord.Decode(reader),