11 references to BufferSize
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (11)
100
_bufferSizes[i] = _bufferPools[i].
BufferSize
;
121
TraceCore.BufferPoolChangeQuota(Fx.Trace, bufferPool.
BufferSize
, delta);
126
BufferPool newBufferPool = BufferPool.CreatePool(oldBufferPool.
BufferSize
, newLimit);
137
_remainingMemory -= oldBufferPool.
BufferSize
* delta;
157
long bytesInExcess = (bufferPool.Limit - bufferPool.Peak) * (long)bufferPool.
BufferSize
;
181
long bytesMissed = bufferPool.Misses * (long)bufferPool.
BufferSize
;
220
if (buffer.Length != bufferPool.
BufferSize
)
259
TraceCore.BufferPoolAllocation(Fx.Trace, bufferPool.
BufferSize
);
262
returnValue = Fx.AllocateByteArray(bufferPool.
BufferSize
);
318
if (_remainingMemory < starvedBufferPool.
BufferSize
)
329
if (_remainingMemory >= starvedBufferPool.
BufferSize
)