2 references to _singleDotSegmentsBytes
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
DotSegmentRemovalBenchmark.cs (2)
41
_singleDotSegmentsAscii.CopyTo(
_singleDotSegmentsBytes
, 0);
42
return PathNormalizer.RemoveDotSegments(
_singleDotSegmentsBytes
);