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