2 writes to _connectionsTimedOut
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionsEventSource.cs (2)
73
Interlocked.Increment(ref
_connectionsTimedOut
);
96
_connectionsTimedOutCounter ??= new PollingCounter("connections-timed-out", this, () => Volatile.Read(ref
_connectionsTimedOut
))