7 references to Authors
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
291result.Authors.Add(ReadPersonFrom(reader, result)); 1156WriteItemAuthorsTo(dictWriter, item.Authors);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
337result.Authors.Add(ReadPerson(reader, result)); 1008if (item.Authors.Count == 1 && !string.IsNullOrEmpty(item.Authors[0].Email)) 1010WritePerson(writer, Rss20Constants.AuthorTag, item.Authors[0]); 1016_atomSerializer.WriteItemAuthorsTo(writer, item.Authors);