2 writes to _finished
System.IO.Compression (2)
System\IO\Compression\Zstandard\ZstandardEncoder.cs (2)
274
_finished
|= endDirective == Interop.Zstd.ZstdEndDirective.ZSTD_e_end;
396
_finished
= false;
2 references to _finished
System.IO.Compression (2)
System\IO\Compression\Zstandard\ZstandardEncoder.cs (2)
408
if (
_finished
)
436
if (
_finished
)