7 references to Authors
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
290result.Authors.Add(ReadPersonFrom(reader, result)); 1155WriteItemAuthorsTo(dictWriter, item.Authors);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
336result.Authors.Add(ReadPerson(reader, result)); 1007if (item.Authors.Count == 1 && !string.IsNullOrEmpty(item.Authors[0].Email)) 1009WritePerson(writer, Rss20Constants.AuthorTag, item.Authors[0]); 1015_atomSerializer.WriteItemAuthorsTo(writer, item.Authors);