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