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