3 references to TryDecode
http2cat (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
637if (_integerDecoder.TryDecode(data[currentIndex], out result))
src\Shared\runtime\Http2\Hpack\IntegerDecoder.cs (2)
30/// Otherwise, false -- <see cref="TryDecode(byte, out int)"/> must be called on subsequent bytes. 61/// <returns>If the integer has been fully decoded, true. Otherwise, false -- <see cref="TryDecode(byte, out int)"/> must be called on subsequent bytes.</returns>