2 writes to objectType
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
2089this.objectType = objectType; 2125objectType = objectReader.GetType(assemblyInfo, objectName);
4 references to objectType
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
2143objectInfo = objectReader.CreateReadObjectInfo(objectType, memberNames, null);
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
508pr.PRdtType = objectMap.objectType; 637pr.PRdtType = objectMap.objectType; 731pr.PRdtType = objectMap.objectType;