Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
11 references to AttributeExtensions
System.ServiceModel.Syndication (11)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
468
if (!string.IsNullOrEmpty(link.RelationshipType) && !link.
AttributeExtensions
.ContainsKey(s_atom10Relative))
472
if (!string.IsNullOrEmpty(link.MediaType) && !link.
AttributeExtensions
.ContainsKey(s_atom10Type))
476
if (!string.IsNullOrEmpty(link.Title) && !link.
AttributeExtensions
.ContainsKey(s_atom10Title))
480
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(s_atom10Length))
484
if (!link.
AttributeExtensions
.ContainsKey(s_atom10Href))
944
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
240
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
539
link.
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), val);
1175
if (!link.
AttributeExtensions
.ContainsKey(s_rss20Url))
1179
if (link.MediaType != null && !link.
AttributeExtensions
.ContainsKey(s_rss20Type))
1183
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(s_rss20Length))