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