7 references to Authors
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
226result.Authors.Add(ReadPersonFrom(reader, result)); 1120WriteFeedAuthorsTo(writer, feed.Authors);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
666result.Authors.Add(ReadPerson(reader, result)); 853if ((Feed.Authors.Count == 1) && (Feed.Authors[0].Email != null)) 855WritePerson(writer, Rss20Constants.ManagingEditorTag, Feed.Authors[0]); 861_atomSerializer.WriteFeedAuthorsTo(writer, Feed.Authors);