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