3 writes to XsiTypeName
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Attributes.cs (2)
90XsiTypeName = null; 137XmlObjectSerializerReadContext.ParseQualifiedName(xsiTypeString, reader, out XsiTypeName, out XsiTypeNamespace, out XsiTypePrefix);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
157attributes.XsiTypeName = qualifiedTypeName.Name;
9 references to XsiTypeName
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (9)
153if (attributes.XsiTypeName != null) 155DataContract? tempDataContract = ResolveDataContractFromKnownTypes(attributes.XsiTypeName, attributes.XsiTypeNamespace, dataContract, declaredType); 160throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 162throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 592return (attributes.XsiTypeName == null) ? null : ResolveDataContractFromKnownTypes(attributes.XsiTypeName, attributes.XsiTypeNamespace, null /*memberTypeContract*/, null); 631if (attributes.XsiTypeName != null) 633dataContractName = attributes.XsiTypeName; 996if (_attributesInXmlData.XsiTypeName != null)