2 references to GeneratorTag
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
720
else if (reader.IsStartElement(Rss20Constants.
GeneratorTag
, Rss20Constants.Rss20Namespace))
906
writer.WriteElementString(Rss20Constants.
GeneratorTag
, Feed.Generator);