7 references to Authors
System.ServiceModel.Syndication (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
241
result.
Authors
.Add(ReadPersonFrom(reader, result));
1147
WriteFeedAuthorsTo(writer, feed.
Authors
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
693
result.
Authors
.Add(ReadPerson(reader, result));
880
if ((Feed.
Authors
.Count == 1) && (Feed.
Authors
[0].Email != null))
882
WritePerson(writer, Rss20Constants.ManagingEditorTag, Feed.
Authors
[0]);
888
_atomSerializer.WriteFeedAuthorsTo(writer, Feed.
Authors
);