2 references to _doubleDotSegmentsBytes
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
DotSegmentRemovalBenchmark.cs (2)
48
_doubleDotSegmentsAscii.CopyTo(
_doubleDotSegmentsBytes
, 0);
49
return PathNormalizer.RemoveDotSegments(
_doubleDotSegmentsBytes
);