3 writes to Generator
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
253result.Generator = reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
722result.Generator = reader.ReadElementString();
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
83Generator = source.Generator;
4 references to Generator
System.ServiceModel.Syndication (4)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1149WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
904if (!string.IsNullOrEmpty(Feed.Generator)) 906writer.WriteElementString(Rss20Constants.GeneratorTag, Feed.Generator);
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
83Generator = source.Generator;