4 writes to _lock
System.Web (4)
Compilation\BuildResult.cs (4)
353
if (Interlocked.CompareExchange(ref
_lock
, 1, 0) != 0) {
365
Interlocked.Exchange(ref
_lock
, 0);
374
_lock
= -1;
382
Interlocked.Exchange(ref
_lock
, 0);
2 references to _lock
System.Web (2)
Compilation\BuildResult.cs (2)
339
Debug.Assert(
_lock
>= 0);
340
if (
_lock
< 0)