2 references to _oneDoubleDotSegmentsBytes
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
DotSegmentRemovalBenchmark.cs (2)
62
_oneDoubleDotSegmentsAscii.CopyTo(
_oneDoubleDotSegmentsBytes
, 0);
63
return PathNormalizer.RemoveDotSegments(
_oneDoubleDotSegmentsBytes
);