2 references to extraLengthBits
System (2)
sys\System\IO\compression\Inflater.cs (2)
410
if( symbol < 0 || symbol >=
extraLengthBits
.Length ) {
413
extraBits =
extraLengthBits
[symbol];