4 references to NON_BOUNDED
System.Collections.Concurrent (4)
System\Collections\Concurrent\BlockingCollection.cs (4)
199Initialize(collection, NON_BOUNDED, collection.Count); 212Debug.Assert(boundedCapacity > 0 || boundedCapacity == NON_BOUNDED); 220if (boundedCapacity == NON_BOUNDED) 711Debug.Assert(_boundedCapacity != NON_BOUNDED);