3 references to _emptyDeflateStreamConstant
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompressStream.cs (3)
561
_baseStream.Write(
_emptyDeflateStreamConstant
, 0, 2);
760
(buf[0] ==
_emptyDeflateStreamConstant
[0] && buf[1] ==
_emptyDeflateStreamConstant
[1]));