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)
73
var span =
_httpPath
.AsSpan();
128
var span =
_httpPath
.AsSpan();
178
var span =
_httpPath
.AsSpan();
268
var span =
_httpPath
.AsSpan();
312
var routeSegments = GetRouteSegments(
_httpPath
);