3 writes to IsLocked
VBCSCompiler (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
849
IsLocked
= true;
877
return
IsLocked
= Mutex.WaitOne(timeoutMs);
894
IsLocked
= false;
2 references to IsLocked
VBCSCompiler (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
875
if (
IsLocked
)
888
if (
IsLocked
)