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