6 writes to _newItems
System.ObjectModel (6)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (6)
68_newItems = new SingleItemReadOnlyList(changedItem); 122_newItems = new ReadOnlyList(changedItems); 165_newItems = new SingleItemReadOnlyList(newItem); 198_newItems = new ReadOnlyList(newItems); 219_newItems = _oldItems = new SingleItemReadOnlyList(changedItem); 240_newItems = _oldItems = changedItems is not null ? new ReadOnlyList(changedItems) : null;
1 reference to _newItems
System.ObjectModel (1)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (1)
253public IList? NewItems => _newItems;