2 writes to _wroteBytes
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
561
_wroteBytes
= true;
854
_wroteBytes
= true;
3 references to _wroteBytes
System.IO.Compression (3)
System\IO\Compression\DeflateZLib\DeflateStream.cs (3)
582
if (
_wroteBytes
)
624
if (
_wroteBytes
)
671
if (
_wroteBytes
)