2 references to _noDotSegments
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
DotSegmentRemovalBenchmark.cs (2)
19private readonly byte[] _noDotSegmentsAscii = Encoding.ASCII.GetBytes(_noDotSegments); 25private readonly byte[] _noDotSegmentsBytes = new byte[_noDotSegments.Length];