3 writes to attributeExtensions
System.ServiceModel (3)
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (3)
23
this.
attributeExtensions
= new Dictionary<XmlQualifiedName, string>();
31
this.
attributeExtensions
= null;
49
this.
attributeExtensions
= new Dictionary<XmlQualifiedName, string>();
9 references to attributeExtensions
System.ServiceModel (9)
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (9)
21
if (source.
attributeExtensions
!= null)
24
foreach (XmlQualifiedName key in source.
attributeExtensions
.Keys)
26
this.
attributeExtensions
.Add(key, source.
attributeExtensions
[key]);
47
if (this.
attributeExtensions
== null)
51
return this.
attributeExtensions
;
110
if (this.
attributeExtensions
!= null)
112
foreach (XmlQualifiedName qname in this.
attributeExtensions
.Keys)
114
string value = this.
attributeExtensions
[qname];