Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
6 references to AttributeExtensions
System.ServiceModel.Syndication (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
162category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 216if (!category.AttributeExtensions.ContainsKey(s_atom10Term)) 220if (!string.IsNullOrEmpty(category.Label) && !category.AttributeExtensions.ContainsKey(s_atom10Label)) 224if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_atom10Scheme))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
288category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 825if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(s_rss20Domain))