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