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