2 implementations of TryLock
dotnet (2)
BuildServerConnection.cs (2)
860public bool TryLock(int timeoutMs) 972public bool TryLock(int timeoutMs)
1 reference to TryLock
dotnet (1)
BuildServerConnection.cs (1)
231holdsMutex = clientMutex.TryLock(timeoutNewProcess);