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