3 writes to IsLocked
VBCSCompiler (3)
BuildServerConnection.cs (3)
859
IsLocked
= true;
887
return
IsLocked
= Mutex.WaitOne(timeoutMs);
904
IsLocked
= false;
2 references to IsLocked
VBCSCompiler (2)
BuildServerConnection.cs (2)
885
if (
IsLocked
)
898
if (
IsLocked
)