3 writes to IsLocked
VBCSCompiler (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
850
IsLocked
= true;
878
return
IsLocked
= Mutex.WaitOne(timeoutMs);
895
IsLocked
= false;
2 references to IsLocked
VBCSCompiler (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
876
if (
IsLocked
)
889
if (
IsLocked
)