1 write to m_boundedCapacity
System (1)
sys\system\collections\concurrent\BlockingCollection.cs (1)
231m_boundedCapacity = boundedCapacity; ;
2 references to m_boundedCapacity
System (2)
sys\system\collections\concurrent\BlockingCollection.cs (2)
80return m_boundedCapacity; 759Debug.Assert(m_boundedCapacity != NON_BOUNDED);