2 writes to authors
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
73
this.
authors
= FeedUtils.ClonePersons(source.authors);
103
this.
authors
= new NullNotAllowedCollection<SyndicationPerson>();
3 references to authors
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationItem.cs (3)
73
this.authors = FeedUtils.ClonePersons(source.
authors
);
101
if (this.
authors
== null)
105
return this.
authors
;