2 writes to _links
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
88
_links
= FeedUtils.CloneLinks(source._links);
173
get =>
_links
??= new NullNotAllowedCollection<SyndicationLink>();
1 reference to _links
System.ServiceModel.Syndication (1)
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
88
_links = FeedUtils.CloneLinks(source.
_links
);