2 references to PathNormalizer
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\PathDecoder.cs (2)
31pathLength = PathNormalizer.RemoveDotSegments(path.Slice(0, pathLength)); 36pathLength = PathNormalizer.RemoveDotSegments(path);