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