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