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