1 write to _matchAttemptsCounter
Microsoft.AspNetCore.Routing (1)
RoutingMetrics.cs (1)
24
_matchAttemptsCounter
= _meter.CreateCounter<long>(
3 references to _matchAttemptsCounter
Microsoft.AspNetCore.Routing (3)
RoutingMetrics.cs (3)
30
public bool MatchSuccessCounterEnabled =>
_matchAttemptsCounter
.Enabled;
34
_matchAttemptsCounter
.Add(1,
42
_matchAttemptsCounter
.Add(1,