1 write to attributeExtensions
System.ServiceModel (1)
System\ServiceModel\Syndication\SyndicationContent.cs (1)
36
this.
attributeExtensions
= new Dictionary<XmlQualifiedName, string>();
8 references to attributeExtensions
System.ServiceModel (8)
System\ServiceModel\Syndication\SyndicationContent.cs (8)
34
if (this.
attributeExtensions
== null)
38
return this.
attributeExtensions
;
101
if (this.
attributeExtensions
!= null)
103
foreach (XmlQualifiedName key in this.
attributeExtensions
.Keys)
110
if (this.
attributeExtensions
.TryGetValue(key, out attrValue))
126
if (source.
attributeExtensions
!= null)
128
foreach (XmlQualifiedName key in source.
attributeExtensions
.Keys)
130
this.AttributeExtensions.Add(key, source.
attributeExtensions
[key]);