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