2 writes to _finished
System.IO.Compression.Zstandard (2)
System\IO\Compression\ZstandardEncoder.cs (2)
272
_finished
|= endDirective == Interop.Zstd.ZstdEndDirective.ZSTD_e_end;
394
_finished
= false;
2 references to _finished
System.IO.Compression.Zstandard (2)
System\IO\Compression\ZstandardEncoder.cs (2)
406
if (
_finished
)
434
if (
_finished
)