2 references to _noDotSegmentsBytes
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
DotSegmentRemovalBenchmark.cs (2)
34
_noDotSegmentsAscii.CopyTo(
_noDotSegmentsBytes
, 0);
35
return PathNormalizer.RemoveDotSegments(
_noDotSegmentsBytes
);