1 write to _context
System.IO.Compression.Zstandard (1)
System\IO\Compression\ZstandardDecoder.cs (1)
112
_context
= Interop.Zstd.ZSTD_createDCtx();
13 references to _context
System.IO.Compression.Zstandard (13)
System\IO\Compression\ZstandardDecoder.cs (13)
51
_context
.Dispose();
74
_context
.Dispose();
104
_context
.Dispose();
109
[MemberNotNull(nameof(
_context
))]
113
if (
_context
.IsInvalid)
163
nuint result = Interop.Zstd.ZSTD_decompressStream(
_context
, ref output, ref input);
320
_context
.Reset();
337
nuint result =
_context
.SetPrefix(prefix);
349
_context
.Dispose();
359
Debug.Assert(
_context
!= null);
367
nuint result = Interop.Zstd.ZSTD_DCtx_setParameter(
_context
, Interop.Zstd.ZstdDParameter.ZSTD_d_windowLogMax, maxWindowLog);
373
Debug.Assert(
_context
!= null);
376
_context
.SetDictionary(dictionary.DecompressionDictionary);