2 implementations of TryLock
dotnet (2)
BuildServerConnection.cs (2)
775public bool TryLock(int timeoutMs) 887public bool TryLock(int timeoutMs)
1 reference to TryLock
dotnet (1)
BuildServerConnection.cs (1)
230holdsMutex = clientMutex.TryLock(timeoutNewProcess);