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)
159byte* nextInPointer = (byte*)_zlibStream.NextIn;