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