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