Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
11 references to AttributeExtensions
System.ServiceModel.Syndication (11)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
454
if (!string.IsNullOrEmpty(link.RelationshipType) && !link.
AttributeExtensions
.ContainsKey(s_atom10Relative))
458
if (!string.IsNullOrEmpty(link.MediaType) && !link.
AttributeExtensions
.ContainsKey(s_atom10Type))
462
if (!string.IsNullOrEmpty(link.Title) && !link.
AttributeExtensions
.ContainsKey(s_atom10Title))
466
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(s_atom10Length))
470
if (!link.
AttributeExtensions
.ContainsKey(s_atom10Href))
914
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
210
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
509
link.
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), val);
1145
if (!link.
AttributeExtensions
.ContainsKey(s_rss20Url))
1149
if (link.MediaType != null && !link.
AttributeExtensions
.ContainsKey(s_rss20Type))
1153
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(s_rss20Length))