11 references to BufferSize
System.ServiceModel.Internals (11)
System\Runtime\InternalBufferManager.cs (11)
101
this.bufferSizes[i] = bufferPools[i].
BufferSize
;
123
TraceCore.BufferPoolChangeQuota(Fx.Trace, bufferPool.
BufferSize
, delta);
128
BufferPool newBufferPool = BufferPool.CreatePool(oldBufferPool.
BufferSize
, newLimit);
139
this.remainingMemory -= oldBufferPool.
BufferSize
* delta;
159
long bytesInExcess = (bufferPool.Limit - bufferPool.Peak) * (long)bufferPool.
BufferSize
;
183
long bytesMissed = bufferPool.Misses * (long)bufferPool.
BufferSize
;
242
if (buffer.Length != bufferPool.
BufferSize
)
281
TraceCore.BufferPoolAllocation(Fx.Trace, bufferPool.
BufferSize
);
284
returnValue = Fx.AllocateByteArray(bufferPool.
BufferSize
);
348
if (this.remainingMemory < starvedBufferPool.
BufferSize
)
359
if (this.remainingMemory >= starvedBufferPool.
BufferSize
)