2 writes to _wroteBytes
System.IO.Compression (2)
System\IO\Compression\DeflateZLib\DeflateStream.cs (2)
568
_wroteBytes
= true;
861
_wroteBytes
= true;
3 references to _wroteBytes
System.IO.Compression (3)
System\IO\Compression\DeflateZLib\DeflateStream.cs (3)
589
if (
_wroteBytes
)
631
if (
_wroteBytes
)
678
if (
_wroteBytes
)