7 writes to start
System (7)
sys\System\IO\compression\InputBuffer.cs (7)
51
bitBuffer |= (uint)buffer[
start
++] << bitsInBuffer;
59
bitBuffer |= (uint)buffer[
start
++] << bitsInBuffer;
75
bitBuffer |= (uint)buffer[
start
++] << bitsInBuffer;
80
bitBuffer |= (uint)buffer[
start
++] << bitsInBuffer;
86
bitBuffer |= (uint)buffer[
start
++] << bitsInBuffer;
144
start
+= length;
168
start
= offset;
8 references to start
System (8)
sys\System\IO\compression\InputBuffer.cs (8)
35
return(end -
start
) + (bitsInBuffer / 8);
74
if(
start
< end) {
79
if(
start
< end) {
85
if(
start
< end) {
138
int avail = end -
start
;
143
Array.Copy(buffer,
start
, output, offset, length);
151
return
start
== end;
165
Debug.Assert(
start
== end, "");