3 references to ZSTD_isError
System.IO.Compression (3)
src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeZstdHandle.cs (2)
59if (Interop.Zstd.ZSTD_isError(result) != 0) 134if (Interop.Zstd.ZSTD_isError(result) != 0)
System\IO\Compression\Zstandard\ZstandardUtils.cs (1)
28internal static bool IsError(nuint result) => Interop.Zstd.ZSTD_isError(result) != 0;