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