3 writes to XsiTypeName
System.Runtime.Serialization (3)
System\Runtime\Serialization\Attributes.cs (2)
110XsiTypeName = null; 157XmlObjectSerializerReadContext.ParseQualifiedName(xsiTypeString, reader, out XsiTypeName, out XsiTypeNamespace, out XsiTypePrefix);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
152attributes.XsiTypeName = qualifiedTypeName.Name;
9 references to XsiTypeName
System.Runtime.Serialization (9)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (9)
183if (attributes.XsiTypeName != null) 185dataContract = ResolveDataContractFromKnownTypes(attributes.XsiTypeName, attributes.XsiTypeNamespace, dataContract, declaredType); 190throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.GetString(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName)))); 192throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.GetString(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName)))); 605return (attributes.XsiTypeName == null) ? null : ResolveDataContractFromKnownTypes(attributes.XsiTypeName, attributes.XsiTypeNamespace, null /*memberTypeContract*/, null); 645if (attributes.XsiTypeName != null) 647dataContractName = attributes.XsiTypeName; 997if (attributesInXmlData.XsiTypeName != null)