1 write to buffer
System (1)
sys\System\IO\compression\InputBuffer.cs (1)
167
this.
buffer
= buffer;
6 references to buffer
System (6)
sys\System\IO\compression\InputBuffer.cs (6)
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;
143
Array.Copy(
buffer
, start, output, offset, length);