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)
197
nuint result = Interop.Zstd.ZSTD_decompressStream(
_context
, ref output, ref input);
354
_context
.Reset();
371
nuint result =
_context
.SetPrefix(prefix);
383
_context
.Dispose();
393
Debug.Assert(
_context
!= null);
401
nuint result = Interop.Zstd.ZSTD_DCtx_setParameter(
_context
, Interop.Zstd.ZstdDParameter.ZSTD_d_windowLogMax, maxWindowLog);
407
Debug.Assert(
_context
!= null);
410
_context
.SetDictionary(dictionary.DecompressionDictionary);