1 write to _collection
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
214_collection = collection;
6 references to _collection
System.Collections.Concurrent (6)
System\Collections\Concurrent\BlockingCollection.cs (6)
206[MemberNotNull(nameof(_collection))] 475addingSucceeded = _collection.TryAdd(item); 696removeSucceeded = _collection.TryTake(out item); 1521return _collection.ToArray(); 1562T[] collectionSnapShot = _collection.ToArray(); 1633return _collection.GetEnumerator();