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