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