3 references to _multiByte
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
IntegerDecoderBenchmark.cs (3)
33integerDecoder.BeginTryDecode(_multiByte[0], _prefixLength, out _); 35for (var j = 1; j < _multiByte.Length; j++) 37integerDecoder.TryDecode(_multiByte[j], out _);