3 references to GetNextSymbol
System.IO.Compression (3)
System\IO\Compression\DeflateManaged\InflaterManaged.cs (3)
353symbol = _literalLengthTree.GetNextSymbol(_input); 426_distanceCode = _distanceTree.GetNextSymbol(_input); 571if ((_lengthCode = _codeLengthTree.GetNextSymbol(_input)) < 0)