2 writes to _inProgressLock
System.Web (2)
Management\AppDomainResourcePerfCounters.cs (2)
91Interlocked.Exchange(ref _inProgressLock, 1) != 0) // Is some thread currently executing the callback 100Interlocked.Exchange(ref _inProgressLock, 0);
1 reference to _inProgressLock
System.Web (1)
Management\AppDomainResourcePerfCounters.cs (1)
54while (_inProgressLock != 0) {