5 writes to _items
System.ServiceModel.Syndication (5)
System\ServiceModel\Syndication\SyndicationFeed.cs (5)
67_items = items; 95_items = tmp; 104_items = source._items; 142get => _items ??= new NullNotAllowedCollection<SyndicationItem>(); 143set => _items = value ?? throw new ArgumentNullException(nameof(value));
2 references to _items
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
88if (source._items is IList<SyndicationItem> srcList) 104_items = source._items;