2 writes to _huffman
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
219_huffman = IsHuffmanEncoded(b); 291_huffman = IsHuffmanEncoded(b);
3 references to _huffman
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
430if (count == _stringLength && !_huffman) 467if (count == _stringLength && !_huffman) 597if (_huffman)