8 references to Authors
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
589feed.Authors.Add(EmptyPerson);
System.ServiceModel (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
284result.Authors.Add(ReadPersonFrom(reader, result)); 1247WriteFeedAuthorsTo(writer, feed.Authors);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
950result.Authors.Add(ReadPerson(reader, result)); 1128if ((this.Feed.Authors.Count == 1) && (this.Feed.Authors[0].Email != null)) 1131WritePerson(writer, Rss20Constants.ManagingEditorTag, this.Feed.Authors[0]); 1137this.atomSerializer.WriteFeedAuthorsTo(writer, this.Feed.Authors);