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