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