4 references to AttributeExtensions
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
569
result.
AttributeExtensions
.Add(attr, attrs[attr]);
647
result.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
112
AttributeExtensions
.Add(key, source._attributeExtensions[key]);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
39
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), value);