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