2 writes to Generator
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
296result.Generator = reader.ReadElementString();
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
972result.Generator = reader.ReadElementString();
3 references to Generator
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
1249WriteElement(writer, Atom10Constants.GeneratorTag, feed.Generator);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (2)
1159if (!string.IsNullOrEmpty(this.Feed.Generator)) 1161writer.WriteElementString(Rss20Constants.GeneratorTag, this.Feed.Generator);