5 writes to binaryTypeEnum
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (5)
1646
this.
binaryTypeEnum
= binaryTypeEnum;
1718
binaryTypeEnum
= BinaryTypeEnum.Primitive;
1728
binaryTypeEnum
= BinaryTypeEnum.String;
1738
binaryTypeEnum
= BinaryTypeEnum.Object;
1756
binaryTypeEnum
= (BinaryTypeEnum)input.ReadByte();
6 references to binaryTypeEnum
mscorlib (6)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (3)
1699
sout.WriteByte((Byte)
binaryTypeEnum
);
1700
BinaryConverter.WriteTypeInfo(
binaryTypeEnum
, typeInformation, assemId, sout);
1757
typeInformation = BinaryConverter.ReadTypeInfo(
binaryTypeEnum
, input, out assemId);
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
884
if (record.
binaryTypeEnum
== BinaryTypeEnum.ObjectUser)
899
op.binaryTypeEnum = record.
binaryTypeEnum
;
946
BinaryConverter.TypeFromInfo(record.
binaryTypeEnum
, record.typeInformation, objectReader, assemblyInfo,