2 writes to links
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationItem.cs (2)
80
this.
links
= FeedUtils.CloneLinks(source.links);
174
this.
links
= new NullNotAllowedCollection<SyndicationLink>();
3 references to links
System.ServiceModel (3)
System\ServiceModel\Syndication\SyndicationItem.cs (3)
80
this.links = FeedUtils.CloneLinks(source.
links
);
172
if (this.
links
== null)
176
return this.
links
;