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