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