5 writes to typeInformation
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (5)
1647
this.
typeInformation
= typeInformation;
1719
typeInformation
= (InternalPrimitiveTypeE)input.ReadByte();
1729
typeInformation
= null;
1739
typeInformation
= null;
1757
typeInformation
= BinaryConverter.ReadTypeInfo(binaryTypeEnum, input, out assemId);
5 references to typeInformation
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1673
sout.WriteByte((Byte)((InternalPrimitiveTypeE)
typeInformation
));
1700
BinaryConverter.WriteTypeInfo(binaryTypeEnum,
typeInformation
, assemId, sout);
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
887
throw new SerializationException(Environment.GetResourceString("Serialization_AssemblyId",record.
typeInformation
));
900
op.typeInformation = record.
typeInformation
;
946
BinaryConverter.TypeFromInfo(record.binaryTypeEnum, record.
typeInformation
, objectReader, assemblyInfo,