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