3 references to GetType
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
261type = objectReader.GetType(assemblyInfo, typeString); 2125objectType = objectReader.GetType(assemblyInfo, objectName);
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
584Type objectType = objectReader.GetType(assemblyInfo, record.name);