6 references to Limit
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (6)
125int newLimit = oldBufferPool.Limit + delta; 155if (bufferPool.Peak < bufferPool.Limit) 157long bytesInExcess = (bufferPool.Limit - bufferPool.Peak) * (long)bufferPool.BufferSize; 179if (bufferPool.Peak == bufferPool.Limit) 248if (bufferPool.Peak == bufferPool.Limit) 500if (_items.Count < this.Limit)