2 writes to _connectionCount
System.Web (2)
Management\SqlWebEventProvider.cs (2)
199Interlocked.Increment(ref _connectionCount); 227Interlocked.Decrement(ref _connectionCount);
2 references to _connectionCount
System.Web (2)
Management\SqlWebEventProvider.cs (2)
276if (_connectionCount > 0) { 282while (_connectionCount > 0 && sleepAttempts > 0) {