Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
6 references to AttributeExtensions
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
147category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 201if (!category.AttributeExtensions.ContainsKey(s_atom10Term)) 205if (!string.IsNullOrEmpty(category.Label) && !category.AttributeExtensions.ContainsKey(s_atom10Label)) 209if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_atom10Scheme))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
261category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 798if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_rss20Domain))