1 write to _endpoint
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\TrivialMatcher.cs (1)
18_endpoint = endpoint;
3 references to _endpoint
Microsoft.AspNetCore.Routing.Microbenchmarks (3)
Matching\TrivialMatcher.cs (3)
28if (string.Equals(_endpoint.RoutePattern.RawText, path, StringComparison.OrdinalIgnoreCase)) 30httpContext.SetEndpoint(_endpoint); 40if (string.Equals(_endpoint.RoutePattern.RawText, path, StringComparison.OrdinalIgnoreCase))