7 references to RemoveDotSegments
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\PathDecoder.cs (2)
31pathLength = PathNormalizer.RemoveDotSegments(path.Slice(0, pathLength)); 36pathLength = PathNormalizer.RemoveDotSegments(path);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
DotSegmentRemovalBenchmark.cs (5)
35return PathNormalizer.RemoveDotSegments(_noDotSegmentsBytes); 42return PathNormalizer.RemoveDotSegments(_singleDotSegmentsBytes); 49return PathNormalizer.RemoveDotSegments(_doubleDotSegmentsBytes); 56return PathNormalizer.RemoveDotSegments(_oneSingleDotSegmentsBytes); 63return PathNormalizer.RemoveDotSegments(_oneDoubleDotSegmentsBytes);