3 writes to IsLocked
Replay (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
847
IsLocked
= true;
875
return
IsLocked
= Mutex.WaitOne(timeoutMs);
892
IsLocked
= false;
2 references to IsLocked
Replay (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
873
if (
IsLocked
)
886
if (
IsLocked
)