2 references to TestPath
Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks (2)
PathStringBenchmark.cs (2)
14public IEnumerable<object> TestPaths => new[] { TestPath, LongTestPath, LongTestPathEarlyPercent }; 16public IEnumerable<object> TestUris => new[] { new Uri($"https://localhost:5001/{TestPath}"), new Uri($"https://localhost:5001/{LongTestPath}"), new Uri($"https://localhost:5001/{LongTestPathEarlyPercent}") };