3 writes to IsLocked
VBCSCompiler (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
968
IsLocked
= true;
996
return
IsLocked
= Mutex.WaitOne(timeoutMs);
1013
IsLocked
= false;
2 references to IsLocked
VBCSCompiler (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
994
if (
IsLocked
)
1007
if (
IsLocked
)