1 write to _inputBufferHandle
System.IO.Compression (1)
System\IO\Compression\DeflateZLib\Inflater.cs (1)
203
_inputBufferHandle
= inputBuffer.Pin();
3 references to _inputBufferHandle
System.IO.Compression (3)
System\IO\Compression\DeflateZLib\Inflater.cs (3)
204
_zlibStream.NextIn = (IntPtr)
_inputBufferHandle
.Pointer;
336
_inputBufferHandle
.Dispose();
340
private unsafe bool IsInputBufferHandleAllocated =>
_inputBufferHandle
.Pointer != default;