Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
6 references to AttributeExtensions
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
148category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 202if (!category.AttributeExtensions.ContainsKey(s_atom10Term)) 206if (!string.IsNullOrEmpty(category.Label) && !category.AttributeExtensions.ContainsKey(s_atom10Label)) 210if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_atom10Scheme))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
258category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 795if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_rss20Domain))