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