3 references to _singleDotSegments
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
DotSegmentRemovalBenchmark.cs (3)
20private readonly byte[] _singleDotSegmentsAscii = Encoding.ASCII.GetBytes(_singleDotSegments); 26private readonly byte[] _singleDotSegmentsBytes = new byte[_singleDotSegments.Length]; 28private readonly byte[] _oneSingleDotSegmentsBytes = new byte[_singleDotSegments.Length];