1 write to codeArraySize
System (1)
sys\System\IO\compression\Inflater.cs (1)
556
codeArraySize
= literalLengthCodeCount + distanceCodeCount;
4 references to codeArraySize
System (4)
sys\System\IO\compression\Inflater.cs (4)
564
while (loopCounter <
codeArraySize
) {
601
if (loopCounter + repeatCount >
codeArraySize
) {
612
if (loopCounter + repeatCount >
codeArraySize
) {
623
if (loopCounter + repeatCount >
codeArraySize
) {