3 writes to IsLocked
csc (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
950
IsLocked
= true;
978
return
IsLocked
= Mutex.WaitOne(timeoutMs);
995
IsLocked
= false;
2 references to IsLocked
csc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
976
if (
IsLocked
)
989
if (
IsLocked
)