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