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];
98
for (int i = 0; i <
_bufferPools
.Length; i++)
100
_bufferSizes[i] =
_bufferPools
[i].BufferSize;
110
for (int i = 0; i <
_bufferPools
.Length; i++)
112
BufferPool bufferPool =
_bufferPools
[i];
151
for (int i = 0; i <
_bufferPools
.Length; i++)
153
BufferPool bufferPool =
_bufferPools
[i];
175
for (int i = 0; i <
_bufferPools
.Length; i++)
177
BufferPool bufferPool =
_bufferPools
[i];
200
return
_bufferPools
[i];
316
BufferPool starvedBufferPool =
_bufferPools
[starvedIndex];
325
DecreaseQuota(ref
_bufferPools
[excessiveIndex]);
332
IncreaseQuota(ref
_bufferPools
[starvedIndex]);
337
for (int i = 0; i <
_bufferPools
.Length; i++)
339
BufferPool bufferPool =
_bufferPools
[i];