6 references to Limit
System.ServiceModel.Internals (6)
System\Runtime\InternalBufferManager.cs (6)
127int newLimit = oldBufferPool.Limit + delta; 157if (bufferPool.Peak < bufferPool.Limit) 159long bytesInExcess = (bufferPool.Limit - bufferPool.Peak) * (long)bufferPool.BufferSize; 181if (bufferPool.Peak == bufferPool.Limit) 270if (bufferPool.Peak == bufferPool.Limit) 530if (this.items.Count < this.Limit)