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