2 writes to _huffman
System.Net.Http (2)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs (2)
219_huffman = IsHuffmanEncoded(b); 291_huffman = IsHuffmanEncoded(b);
3 references to _huffman
System.Net.Http (3)
src\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs (3)
430if (count == _stringLength && !_huffman) 467if (count == _stringLength && !_huffman) 597if (_huffman)