2 writes to authors
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
89
this.
authors
= FeedUtils.ClonePersons(source.authors);
134
this.
authors
= new NullNotAllowedCollection<SyndicationPerson>();
3 references to authors
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
89
this.authors = FeedUtils.ClonePersons(source.
authors
);
132
if (this.
authors
== null)
136
return
authors
;