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