7 references to IsInputBufferHandleAllocated
System.IO.Compression (7)
System\IO\Compression\DeflateZLib\Inflater.cs (7)
110
if (0 == _zlibStream.AvailIn &&
IsInputBufferHandleAllocated
)
121
if (!NeedsInput() && IsGzipStream() &&
IsInputBufferHandleAllocated
)
142
Debug.Assert(
IsInputBufferHandleAllocated
);
177
Debug.Assert(!
IsInputBufferHandleAllocated
);
185
Debug.Assert(!
IsInputBufferHandleAllocated
);
209
if (
IsInputBufferHandleAllocated
)
289
Debug.Assert(
IsInputBufferHandleAllocated
);