5 references to Increment
Aspire.Dashboard (2)
Otlp\Model\MetricValues\DimensionScope.cs (2)
45
Interlocked.
Increment
(ref lastLongValue.Count);
65
Interlocked.
Increment
(ref lastDoubleValue.Count);
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
345
var id = Interlocked.
Increment
(ref _lastInvocationId);
Microsoft.Extensions.ServiceDiscovery (2)
Http\HttpServiceEndpointResolver.cs (1)
201
var status = Interlocked.
Increment
(ref _status);
ServiceEndpointResolver.cs (1)
194
var status = Interlocked.
Increment
(ref _status);