1 write to copyEncoder
System (1)
sys\System\IO\compression\DeflaterManaged.cs (1)
53
copyEncoder
= new CopyEncoder();
4 references to copyEncoder
System (4)
sys\System\IO\compression\DeflaterManaged.cs (4)
121
copyEncoder
.GetBlock(input, output, false);
154
copyEncoder
.GetBlock(inputFromHistory, output, false);
180
copyEncoder
.GetBlock(input, output, false);
253
copyEncoder
.GetBlock(null, output, true);