1 write to bufferPools
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
97this.bufferPools = bufferPoolList.ToArray();
15 references to bufferPools
System.ServiceModel.Internals (15)
System\Runtime\InternalBufferManager.cs (15)
98this.bufferSizes = new int[bufferPools.Length]; 99for (int i = 0; i < bufferPools.Length; i++) 101this.bufferSizes[i] = bufferPools[i].BufferSize; 111for (int i = 0; i < this.bufferPools.Length; i++) 113BufferPool bufferPool = this.bufferPools[i]; 153for (int i = 0; i < this.bufferPools.Length; i++) 155BufferPool bufferPool = this.bufferPools[i]; 177for (int i = 0; i < this.bufferPools.Length; i++) 179BufferPool bufferPool = this.bufferPools[i]; 202return this.bufferPools[i]; 346BufferPool starvedBufferPool = this.bufferPools[starvedIndex]; 355DecreaseQuota(ref this.bufferPools[excessiveIndex]); 362IncreaseQuota(ref this.bufferPools[starvedIndex]); 367for (int i = 0; i < this.bufferPools.Length; i++) 369BufferPool bufferPool = this.bufferPools[i];