3 writes to Generator
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
238result.Generator = reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
695result.Generator = reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
80Generator = source.Generator;
4 references to Generator
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1122WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
877if (!string.IsNullOrEmpty(Feed.Generator)) 879writer.WriteElementString(Rss20Constants.GeneratorTag, Feed.Generator);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
80Generator = source.Generator;