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