3 writes to _lockStatus
System.Web (3)
Compilation\CompilationLock.cs (3)
113if (Interlocked.CompareExchange(ref _lockStatus, lockStatus+1, lockStatus) == lockStatus) 121Interlocked.Decrement(ref _lockStatus); 148Interlocked.Decrement(ref _lockStatus);
1 reference to _lockStatus
System.Web (1)
Compilation\CompilationLock.cs (1)
108int lockStatus = _lockStatus;