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