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