1 write to _bufferPools
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InternalBufferManager.cs (1)
94_bufferPools = bufferPoolList.ToArray();
15 references to _bufferPools
System.ServiceModel.Primitives (15)
Internals\System\Runtime\InternalBufferManager.cs (15)
95_bufferSizes = new int[_bufferPools.Length]; 96for (int i = 0; i < _bufferPools.Length; i++) 98_bufferSizes[i] = _bufferPools[i].BufferSize; 108for (int i = 0; i < _bufferPools.Length; i++) 110BufferPool bufferPool = _bufferPools[i]; 149for (int i = 0; i < _bufferPools.Length; i++) 151BufferPool bufferPool = _bufferPools[i]; 173for (int i = 0; i < _bufferPools.Length; i++) 175BufferPool bufferPool = _bufferPools[i]; 198return _bufferPools[i]; 314BufferPool starvedBufferPool = _bufferPools[starvedIndex]; 323DecreaseQuota(ref _bufferPools[excessiveIndex]); 330IncreaseQuota(ref _bufferPools[starvedIndex]); 335for (int i = 0; i < _bufferPools.Length; i++) 337BufferPool bufferPool = _bufferPools[i];