2 references to ZSTD_createDCtx
System.IO.Compression (2)
System\IO\Compression\Zstandard\ZstandardDecoder.cs (2)
146
_context = Interop.Zstd.
ZSTD_createDCtx
();
321
using var dctx = Interop.Zstd.
ZSTD_createDCtx
();