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