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