2 writes to links
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
100
this.
links
= FeedUtils.CloneLinks(source.links);
244
this.
links
= new NullNotAllowedCollection<SyndicationLink>();
3 references to links
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationFeed.cs (3)
100
this.links = FeedUtils.CloneLinks(source.
links
);
242
if (this.
links
== null)
246
return this.
links
;