8 writes to NextIn
System.IO.Compression (8)
System\IO\Compression\DeflateDecoder.cs (1)
82
_state.
NextIn
= (IntPtr)inputPtr;
System\IO\Compression\DeflateEncoder.cs (2)
205
_state.
NextIn
= (IntPtr)inputPtr;
261
_state.
NextIn
= IntPtr.Zero;
System\IO\Compression\DeflateZLib\Deflater.cs (3)
72
_zlibStream.
NextIn
= (IntPtr)_inputBufferHandle.Pointer;
85
_zlibStream.
NextIn
= (IntPtr)inputBufferPtr;
190
_zlibStream.
NextIn
= ZLibNative.ZNullPtr;
System\IO\Compression\DeflateZLib\Inflater.cs (2)
237
_zlibStream.
NextIn
= (IntPtr)_inputBufferHandle.Pointer;
353
_zlibStream.
NextIn
= ZLibNative.ZNullPtr;
1 reference to NextIn
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\Inflater.cs (1)
159
byte* nextInPointer = (byte*)_zlibStream.
NextIn
;