2 references to TypeInformation
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryformatter.cs (2)
247
return new
TypeInformation
(FormatterServices.GetClrTypeFullName(t), assemblyName2, hasTypeForwardedFrom2);
257
typeInformation = new
TypeInformation
(FormatterServices.GetClrTypeFullName(type), assemblyName, hasTypeForwardedFrom);