5 writes to _items
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\SyndicationFeed.cs (5)
67_items = items; 98_items = tmp; 107_items = source._items; 145get => _items ??= new NullNotAllowedCollection<SyndicationItem>(); 146set => _items = value ?? throw new ArgumentNullException(nameof(value));
2 references to _items
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
91if (source._items is IList<SyndicationItem> srcList) 107_items = source._items;