7 references to IsInputBufferHandleAllocated
System.IO.Compression (7)
System\IO\Compression\DeflateZLib\Inflater.cs (7)
116
if (0 == _zlibStream.AvailIn &&
IsInputBufferHandleAllocated
)
127
if (!NeedsInput() && IsGzipStream() &&
IsInputBufferHandleAllocated
)
148
Debug.Assert(
IsInputBufferHandleAllocated
);
188
Debug.Assert(!
IsInputBufferHandleAllocated
);
196
Debug.Assert(!
IsInputBufferHandleAllocated
);
218
if (
IsInputBufferHandleAllocated
)
330
Debug.Assert(
IsInputBufferHandleAllocated
);