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)
155if (attributes.XsiTypeName != null) 157DataContract? tempDataContract = ResolveDataContractFromKnownTypes(attributes.XsiTypeName, attributes.XsiTypeNamespace, dataContract, declaredType); 162throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotFoundOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 164throw XmlObjectSerializer.CreateSerializationException(XmlObjectSerializer.TryAddLineInfo(reader, SR.Format(SR.DcTypeNotResolvedOnDeserialize, attributes.XsiTypeNamespace, attributes.XsiTypeName, reader.NamespaceURI, reader.LocalName))); 594return (attributes.XsiTypeName == null) ? null : ResolveDataContractFromKnownTypes(attributes.XsiTypeName, attributes.XsiTypeNamespace, null /*memberTypeContract*/, null); 633if (attributes.XsiTypeName != null) 635dataContractName = attributes.XsiTypeName; 998if (_attributesInXmlData.XsiTypeName != null)