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];
96
for (int i = 0; i <
_bufferPools
.Length; i++)
98
_bufferSizes[i] =
_bufferPools
[i].BufferSize;
108
for (int i = 0; i <
_bufferPools
.Length; i++)
110
BufferPool bufferPool =
_bufferPools
[i];
149
for (int i = 0; i <
_bufferPools
.Length; i++)
151
BufferPool bufferPool =
_bufferPools
[i];
173
for (int i = 0; i <
_bufferPools
.Length; i++)
175
BufferPool bufferPool =
_bufferPools
[i];
198
return
_bufferPools
[i];
314
BufferPool starvedBufferPool =
_bufferPools
[starvedIndex];
323
DecreaseQuota(ref
_bufferPools
[excessiveIndex]);
330
IncreaseQuota(ref
_bufferPools
[starvedIndex]);
335
for (int i = 0; i <
_bufferPools
.Length; i++)
337
BufferPool bufferPool =
_bufferPools
[i];