3 writes to remainingMemory
System.ServiceModel.Internals (3)
System\Runtime\InternalBufferManager.cs (3)
62this.remainingMemory = maxMemoryToPool; 78this.remainingMemory -= (long)bufferCount * bufferSize; 139this.remainingMemory -= oldBufferPool.BufferSize * delta;
3 references to remainingMemory
System.ServiceModel.Internals (3)
System\Runtime\InternalBufferManager.cs (3)
67long bufferCountLong = this.remainingMemory / bufferSize; 348if (this.remainingMemory < starvedBufferPool.BufferSize) 359if (this.remainingMemory >= starvedBufferPool.BufferSize)