3 writes to IsLocked
csc (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
865
IsLocked
= true;
893
return
IsLocked
= Mutex.WaitOne(timeoutMs);
910
IsLocked
= false;
2 references to IsLocked
csc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
891
if (
IsLocked
)
904
if (
IsLocked
)