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