24 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.Build (1)
Graph\ParallelWorkSet.cs (1)
205Interlocked.Decrement(ref _pendingCount);
Microsoft.Extensions.Configuration (1)
ReferenceCountedProviders.cs (1)
69if (Interlocked.Decrement(ref _refCount) == 0)
PresentationCore (3)
MS\Internal\FontCache\BufferCache.cs (3)
43Interlocked.Decrement(ref _mutex); 178Interlocked.Decrement(ref _mutex); 209Interlocked.Decrement(ref _mutex);
System.Net.Http (3)
System\Net\Http\HttpTelemetry.cs (3)
216long count = Interlocked.Decrement(ref _openedHttp11Connections); 231long count = Interlocked.Decrement(ref _openedHttp20Connections); 246long count = Interlocked.Decrement(ref _openedHttp30Connections);
System.Net.NameResolution (1)
System\Net\NameResolutionTelemetry.cs (1)
104Interlocked.Decrement(ref _currentLookups);
System.Net.Security (5)
System\Net\Security\NetSecurityTelemetry.cs (5)
232count = Interlocked.Decrement(ref _sessionsOpenTls10); 236count = Interlocked.Decrement(ref _sessionsOpenTls11); 241count = Interlocked.Decrement(ref _sessionsOpenTls12); 245count = Interlocked.Decrement(ref _sessionsOpenTls13); 251count = Interlocked.Decrement(ref _sessionsOpen);
System.Net.Sockets (1)
System\Net\Sockets\SocketsTelemetry.cs (1)
147long newCount = Interlocked.Decrement(ref _currentOutgoingConnectAttempts);
System.Runtime.Caching (1)
System\Runtime\Caching\Counters.cs (1)
102Interlocked.Decrement(ref _counterValues[idx]);