5 writes to items
System.ServiceModel (5)
System\ServiceModel\Syndication\SyndicationFeed.cs (5)
80this.items = items; 111this.items = tmp; 119this.items = source.items; 212this.items = new NullNotAllowedCollection<SyndicationItem>(); 222this.items = value;
4 references to items
System.ServiceModel (4)
System\ServiceModel\Syndication\SyndicationFeed.cs (4)
103IList<SyndicationItem> srcList = source.items as IList<SyndicationItem>; 119this.items = source.items; 210if (this.items == null) 214return this.items;