2 implementations of TryLock
vbc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
760
public bool
TryLock
(int timeoutMs)
872
public bool
TryLock
(int timeoutMs)
1 reference to TryLock
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
230
holdsMutex = clientMutex.
TryLock
(timeoutNewProcess);