6 references to EnclosureTag
System.ServiceModel (6)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
637else if (reader.IsStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace)) 763link.RelationshipType = Rss20Constants.EnclosureTag; 806reader.ReadStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace); 1348if (item.Links[i].RelationshipType == Rss20Constants.EnclosureTag) 1431writer.WriteStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
130return new SyndicationLink(uri, Rss20Constants.EnclosureTag, null, mediaType, length);