1 write to _context
System.IO.Compression (1)
System\IO\Compression\Zstandard\ZstandardDecoder.cs (1)
146
_context
= Interop.Zstd.ZSTD_createDCtx();
14 references to _context
System.IO.Compression (14)
System\IO\Compression\Zstandard\ZstandardDecoder.cs (14)
54
_context
.Dispose();
77
_context
.Dispose();
108
_context
.Dispose();
138
_context
.Dispose();
143
[MemberNotNull(nameof(
_context
))]
147
if (
_context
.IsInvalid)
205
nuint result = Interop.Zstd.ZSTD_decompressStream(
_context
, ref output, ref input);
362
_context
.Reset();
379
nuint result =
_context
.SetPrefix(prefix);
391
_context
.Dispose();
401
Debug.Assert(
_context
!= null);
409
nuint result = Interop.Zstd.ZSTD_DCtx_setParameter(
_context
, Interop.Zstd.ZstdDParameter.ZSTD_d_windowLogMax, maxWindowLog2);
415
Debug.Assert(
_context
!= null);
418
_context
.SetDictionary(dictionary.DecompressionDictionary);