1 write to end
System (1)
sys\System\IO\compression\InputBuffer.cs (1)
169end = offset + length;
7 references to end
System (7)
sys\System\IO\compression\InputBuffer.cs (7)
35return(end - start) + (bitsInBuffer / 8); 74if( start < end) { 79if( start < end) { 85if( start < end) { 138int avail = end - start; 151return start == end; 165Debug.Assert( start == end, "");