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