3 writes to IsLocked
dotnet (3)
BuildServerConnection.cs (3)
865
IsLocked
= true;
893
return
IsLocked
= Mutex.WaitOne(timeoutMs);
910
IsLocked
= false;
2 references to IsLocked
dotnet (2)
BuildServerConnection.cs (2)
891
if (
IsLocked
)
904
if (
IsLocked
)