8 references to Authors
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
589
feed.
Authors
.Add(EmptyPerson);
System.ServiceModel (7)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (2)
284
result.
Authors
.Add(ReadPersonFrom(reader, result));
1247
WriteFeedAuthorsTo(writer, feed.
Authors
);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
950
result.
Authors
.Add(ReadPerson(reader, result));
1128
if ((this.Feed.
Authors
.Count == 1) && (this.Feed.
Authors
[0].Email != null))
1131
WritePerson(writer, Rss20Constants.ManagingEditorTag, this.Feed.
Authors
[0]);
1137
this.atomSerializer.WriteFeedAuthorsTo(writer, this.Feed.
Authors
);