3 writes to _remainingMemory
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (3)
61_remainingMemory = maxMemoryToPool; 77_remainingMemory -= (long)bufferCount * bufferSize; 137_remainingMemory -= oldBufferPool.BufferSize * delta;
3 references to _remainingMemory
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (3)
66long bufferCountLong = _remainingMemory / bufferSize; 318if (_remainingMemory < starvedBufferPool.BufferSize) 329if (_remainingMemory >= starvedBufferPool.BufferSize)