2 writes to _authors
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
77
_authors
= FeedUtils.ClonePersons(source._authors);
115
get =>
_authors
??= new NullNotAllowedCollection<SyndicationPerson>();
1 reference to _authors
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
77
_authors = FeedUtils.ClonePersons(source.
_authors
);