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