Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
6 references to AttributeExtensions
System.ServiceModel (6)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (4)
197category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 259if (!category.AttributeExtensions.ContainsKey(Atom10Term)) 263if (!string.IsNullOrEmpty(category.Label) && !category.AttributeExtensions.ContainsKey(Atom10Label)) 267if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(Atom10Scheme))
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
546category.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 1073if (!string.IsNullOrEmpty(category.Scheme) && !category.AttributeExtensions.ContainsKey(Rss20Domain))