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