1 write to _httpPath
Microsoft.AspNetCore.Diagnostics.Middleware.PerformanceTests (1)
RedactionBenchmark.cs (1)
35_httpPath = "/users/{userId}/chats/{chatId}/test1/test2/{userId}";
5 references to _httpPath
Microsoft.AspNetCore.Diagnostics.Middleware.PerformanceTests (5)
RedactionBenchmark.cs (5)
73var span = _httpPath.AsSpan(); 128var span = _httpPath.AsSpan(); 178var span = _httpPath.AsSpan(); 268var span = _httpPath.AsSpan(); 312var routeSegments = GetRouteSegments(_httpPath);