3 writes to IsLocked
dotnet (3)
BuildServerConnection.cs (3)
950
IsLocked
= true;
978
return
IsLocked
= Mutex.WaitOne(timeoutMs);
995
IsLocked
= false;
2 references to IsLocked
dotnet (2)
BuildServerConnection.cs (2)
976
if (
IsLocked
)
989
if (
IsLocked
)