1 write to _bufferPools
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
96_bufferPools = bufferPoolList.ToArray();
15 references to _bufferPools
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (15)
97_bufferSizes = new int[_bufferPools.Length]; 98for (int i = 0; i < _bufferPools.Length; i++) 100_bufferSizes[i] = _bufferPools[i].BufferSize; 110for (int i = 0; i < _bufferPools.Length; i++) 112BufferPool bufferPool = _bufferPools[i]; 151for (int i = 0; i < _bufferPools.Length; i++) 153BufferPool bufferPool = _bufferPools[i]; 175for (int i = 0; i < _bufferPools.Length; i++) 177BufferPool bufferPool = _bufferPools[i]; 200return _bufferPools[i]; 316BufferPool starvedBufferPool = _bufferPools[starvedIndex]; 325DecreaseQuota(ref _bufferPools[excessiveIndex]); 332IncreaseQuota(ref _bufferPools[starvedIndex]); 337for (int i = 0; i < _bufferPools.Length; i++) 339BufferPool bufferPool = _bufferPools[i];