5 references to AtomTypeAttributeName
System.Data.Services (5)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
139table.Add(XmlConstants.AtomTypeAttributeName);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
469string typeName = reader.GetAttribute(XmlConstants.AtomTypeAttributeName, XmlConstants.DataWebMetadataNamespace);
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
104writer.WriteAttributeString(XmlConstants.AtomTypeAttributeName, XmlConstants.DataWebMetadataNamespace, propertyTypeName);
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
198typeParameterValue = HttpProcessUtility.GetParameterValue(contentTypeParameters, XmlConstants.AtomTypeAttributeName);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
1051linkType = String.Format(CultureInfo.InvariantCulture, "{0};{1}={2}", XmlConstants.MimeApplicationAtom, XmlConstants.AtomTypeAttributeName, linkType);