4 references to GetTypeInformation
mscorlib (4)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (3)
267
typeInformation = BinaryFormatter.
GetTypeInformation
(si.ObjectType);
276
typeInformation = BinaryFormatter.
GetTypeInformation
(si.ObjectType);
929
TypeInformation typeInformation = BinaryFormatter.
GetTypeInformation
(type);
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
1514
TypeInformation typeInfo = BinaryFormatter.
GetTypeInformation
(resolvedType);