4 references to NON_BOUNDED
System (4)
sys\system\collections\concurrent\BlockingCollection.cs (4)
219Initialize(collection, NON_BOUNDED, collection.Count); 228Debug.Assert(boundedCapacity > 0 || boundedCapacity == NON_BOUNDED); 236if (boundedCapacity == NON_BOUNDED) 759Debug.Assert(m_boundedCapacity != NON_BOUNDED);