3 references to _doubleDotSegments
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
DotSegmentRemovalBenchmark.cs (3)
21private readonly byte[] _doubleDotSegmentsAscii = Encoding.ASCII.GetBytes(_doubleDotSegments); 27private readonly byte[] _doubleDotSegmentsBytes = new byte[_doubleDotSegments.Length]; 29private readonly byte[] _oneDoubleDotSegmentsBytes = new byte[_doubleDotSegments.Length];