1 instantiation of TypeInformation
System.Runtime.Serialization (1)
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
526typeInformation = new TypeInformation(DataContract.GetClrTypeFullNameUsingTypeForwardedFromAttribute(type), assemblyName, hasTypeForwardedFrom);
6 references to TypeInformation
System.Runtime.Serialization (6)
System\Runtime\Serialization\NetDataContractSerializer.cs (5)
277TypeInformation typeInformation = null; 337TypeInformation typeInformation = null; 518internal static TypeInformation GetTypeInformation(Type type) 520TypeInformation typeInformation = null; 534typeInformation = (TypeInformation)typeInformationObject;
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
423TypeInformation typeInfo = NetDataContractSerializer.GetTypeInformation(resolvedType);