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