1 write to _matchAttemptsCounter
Microsoft.AspNetCore.Routing (1)
RoutingMetrics.cs (1)
23
_matchAttemptsCounter
= _meter.CreateCounter<long>(
3 references to _matchAttemptsCounter
Microsoft.AspNetCore.Routing (3)
RoutingMetrics.cs (3)
29
public bool MatchSuccessCounterEnabled =>
_matchAttemptsCounter
.Enabled;
33
_matchAttemptsCounter
.Add(1,
41
_matchAttemptsCounter
.Add(1,