Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
12 references to AttributeExtensions
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
344
link.
AttributeExtensions
.Add(attributeExtension.Key, attributeExtension.Value);
System.ServiceModel (11)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
487
if (!string.IsNullOrEmpty(link.RelationshipType) && !link.
AttributeExtensions
.ContainsKey(Atom10Relative))
491
if (!string.IsNullOrEmpty(link.MediaType) && !link.
AttributeExtensions
.ContainsKey(Atom10Type))
495
if (!string.IsNullOrEmpty(link.Title) && !link.
AttributeExtensions
.ContainsKey(Atom10Title))
499
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(Atom10Length))
503
if (!link.
AttributeExtensions
.ContainsKey(Atom10Href))
1029
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
496
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
797
link.
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), val);
1438
if (!link.
AttributeExtensions
.ContainsKey(Rss20Url))
1442
if (link.MediaType != null && !link.
AttributeExtensions
.ContainsKey(Rss20Type))
1446
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(Rss20Length))