4 references to AttributeExtensions
System.ServiceModel (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
636
result.
AttributeExtensions
.Add(attr, attrs[attr]);
754
result.
AttributeExtensions
.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
130
this.
AttributeExtensions
.Add(key, source.attributeExtensions[key]);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (1)
44
base.
AttributeExtensions
.Add(new XmlQualifiedName(name, ns), value);