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