Implemented interface member:
property
AttributeExtensions
System.ServiceModel.Syndication.IExtensibleSyndicationObject.AttributeExtensions
12 references to AttributeExtensions
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
344link.AttributeExtensions.Add(attributeExtension.Key, attributeExtension.Value);
System.ServiceModel (11)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (6)
487if (!string.IsNullOrEmpty(link.RelationshipType) && !link.AttributeExtensions.ContainsKey(Atom10Relative)) 491if (!string.IsNullOrEmpty(link.MediaType) && !link.AttributeExtensions.ContainsKey(Atom10Type)) 495if (!string.IsNullOrEmpty(link.Title) && !link.AttributeExtensions.ContainsKey(Atom10Title)) 499if (link.Length != 0 && !link.AttributeExtensions.ContainsKey(Atom10Length)) 503if (!link.AttributeExtensions.ContainsKey(Atom10Href)) 1029link.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
496link.AttributeExtensions.Add(new XmlQualifiedName(reader.LocalName, reader.NamespaceURI), reader.Value); 797link.AttributeExtensions.Add(new XmlQualifiedName(name, ns), val); 1438if (!link.AttributeExtensions.ContainsKey(Rss20Url)) 1442if (link.MediaType != null && !link.AttributeExtensions.ContainsKey(Rss20Type)) 1446if (link.Length != 0 && !link.AttributeExtensions.ContainsKey(Rss20Length))