1 write to _boundedCapacity
System.Collections.Concurrent (1)
System\Collections\Concurrent\BlockingCollection.cs (1)
215_boundedCapacity = boundedCapacity;
2 references to _boundedCapacity
System.Collections.Concurrent (2)
System\Collections\Concurrent\BlockingCollection.cs (2)
69return _boundedCapacity; 711Debug.Assert(_boundedCapacity != NON_BOUNDED);