5 writes to _items
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\SyndicationFeed.cs (5)
69_items = items; 97_items = tmp; 106_items = source._items; 144get => _items ??= new NullNotAllowedCollection<SyndicationItem>(); 145set => _items = value ?? throw new ArgumentNullException(nameof(value));
2 references to _items
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
90if (source._items is IList<SyndicationItem> srcList) 106_items = source._items;