3 references to GetNextSymbol
System (3)
sys\System\IO\compression\Inflater.cs (3)
383
symbol = literalLengthTree.
GetNextSymbol
(input);
439
distanceCode = distanceTree.
GetNextSymbol
(input);
566
if( (lengthCode = codeLengthTree.
GetNextSymbol
(input)) < 0) {