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