10 references to FreeBytes
System.Web (10)
Hosting\IIS7WorkerRequest.cs (6)
1803
if (bytesLeftInChunk <= elem.
FreeBytes
) {
1824
if (elem.
FreeBytes
== 0) {
1836
if (elem.
FreeBytes
== 0) {
1851
if (null == elem || elem.
FreeBytes
== 0) {
1862
int readSize = elem.
FreeBytes
;
1865
if (elem.
FreeBytes
> bytesToRead) {
HttpWriter.cs (4)
1032
int free = (_lastBuffer != null) ? _lastBuffer.
FreeBytes
: 0;
1038
free = _lastBuffer.
FreeBytes
;
1242
if (buf != null && buf.
FreeBytes
> 0) {
1361
if (buffer.
FreeBytes
> BufferingParams.MAX_FREE_BYTES_TO_CACHE) {