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