2 references to _oneSingleDotSegmentsBytes
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
DotSegmentRemovalBenchmark.cs (2)
55
_oneDingleDotSegmentsAscii.CopyTo(
_oneSingleDotSegmentsBytes
, 0);
56
return PathNormalizer.RemoveDotSegments(
_oneSingleDotSegmentsBytes
);