2 references to CopyrightTag
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
660
else if (reader.IsStartElement(Rss20Constants.
CopyrightTag
, Rss20Constants.Rss20Namespace))
848
writer.WriteElementString(Rss20Constants.
CopyrightTag
, Rss20Constants.Rss20Namespace, Feed.Copyright.Text);