2 references to _prefixLength
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
IntegerDecoderBenchmark.cs (2)
23integerDecoder.BeginTryDecode(_singleByte, _prefixLength, out _); 33integerDecoder.BeginTryDecode(_multiByte[0], _prefixLength, out _);