4 references to AtomNullAttributeName
System.Data.Services (4)
parent\Client\System\Data\Services\Client\XmlUtil.cs (1)
136table.Add(XmlConstants.AtomNullAttributeName);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
264string elementValue = reader.GetAttribute(XmlConstants.AtomNullAttributeName, XmlConstants.DataWebMetadataNamespace);
System\Data\Services\Serializers\PlainXmlSerializer.cs (1)
85writer.WriteAttributeString(XmlConstants.AtomNullAttributeName, XmlConstants.DataWebMetadataNamespace, XmlConstants.XmlTrueLiteral);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
42internal static readonly XmlQualifiedName QualifiedNullAttribute = new XmlQualifiedName(XmlConstants.AtomNullAttributeName, XmlConstants.DataWebMetadataNamespace);