20 references to Decrement
Microsoft.AspNetCore.Hosting (1)
Internal\HostingEventSource.cs (1)
64Interlocked.Decrement(ref _currentRequests);
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionsEventSource.cs (1)
41Interlocked.Decrement(ref _currentConnections);
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Infrastructure\KestrelEventSource.cs (5)
81Interlocked.Decrement(ref _currentConnections); 165Interlocked.Decrement(ref _connectionQueueLength); 190Interlocked.Decrement(ref _currentTlsHandshakes); 286Interlocked.Decrement(ref _httpRequestQueueLength); 298Interlocked.Decrement(ref _currentUpgradedHttpRequests);
Internal\Infrastructure\ResourceCounter.cs (1)
62Interlocked.Decrement(ref _count);
Microsoft.Extensions.Caching.Hybrid (7)
Internal\HybridCacheEventSource.cs (7)
101_ = Interlocked.Decrement(ref _currentDistributedFetch); 113_ = Interlocked.Decrement(ref _currentDistributedFetch); 121_ = Interlocked.Decrement(ref _currentDistributedFetch); 129_ = Interlocked.Decrement(ref _currentDistributedFetch); 147_ = Interlocked.Decrement(ref _currentUnderlyingDataQuery); 155_ = Interlocked.Decrement(ref _currentUnderlyingDataQuery); 163_ = Interlocked.Decrement(ref _currentUnderlyingDataQuery);
Microsoft.Extensions.Configuration (1)
ReferenceCountedProviders.cs (1)
69if (Interlocked.Decrement(ref _refCount) == 0)
PresentationCore (3)
MS\Internal\FontCache\BufferCache.cs (3)
42Interlocked.Decrement(ref _mutex); 177Interlocked.Decrement(ref _mutex); 208Interlocked.Decrement(ref _mutex);
System.Runtime.Caching (1)
System\Runtime\Caching\Counters.cs (1)
102Interlocked.Decrement(ref _counterValues[idx]);