7 references to EnclosureTag
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (6)
373else if (reader.IsStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace)) 504RelationshipType = Rss20Constants.EnclosureTag 525link.Uri = UriFromString(val, UriKind.RelativeOrAbsolute, Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace, reader); 544reader.ReadStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace); 1111if (item.Links[i].RelationshipType == Rss20Constants.EnclosureTag) 1168writer.WriteStartElement(Rss20Constants.EnclosureTag, Rss20Constants.Rss20Namespace);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
94return new SyndicationLink(uri, Rss20Constants.EnclosureTag, null, mediaType, length);