3 writes to Generator
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
239result.Generator = reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
692result.Generator = reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
82Generator = source.Generator;
4 references to Generator
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1119WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
874if (!string.IsNullOrEmpty(Feed.Generator)) 876writer.WriteElementString(Rss20Constants.GeneratorTag, Feed.Generator);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
82Generator = source.Generator;