Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
11 references to AttributeExtensions
System.ServiceModel.Syndication (11)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
453
if (!string.IsNullOrEmpty(link.RelationshipType) && !link.
AttributeExtensions
.ContainsKey(s_atom10Relative))
457
if (!string.IsNullOrEmpty(link.MediaType) && !link.
AttributeExtensions
.ContainsKey(s_atom10Type))
461
if (!string.IsNullOrEmpty(link.Title) && !link.
AttributeExtensions
.ContainsKey(s_atom10Title))
465
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(s_atom10Length))
469
if (!link.
AttributeExtensions
.ContainsKey(s_atom10Href))
917
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
213
link.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
512
link.
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), val);
1148
if (!link.
AttributeExtensions
.ContainsKey(s_rss20Url))
1152
if (link.MediaType != null && !link.
AttributeExtensions
.ContainsKey(s_rss20Type))
1156
if (link.Length != 0 && !link.
AttributeExtensions
.ContainsKey(s_rss20Length))