7 references to Authors
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
305result.Authors.Add(ReadPersonFrom(reader, result)); 1186WriteItemAuthorsTo(dictWriter, item.Authors);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
367result.Authors.Add(ReadPerson(reader, result)); 1038if (item.Authors.Count == 1 && !string.IsNullOrEmpty(item.Authors[0].Email)) 1040WritePerson(writer, Rss20Constants.AuthorTag, item.Authors[0]); 1046_atomSerializer.WriteItemAuthorsTo(writer, item.Authors);