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