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