2 implementations of TryLock
csc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
754
public bool
TryLock
(int timeoutMs)
866
public bool
TryLock
(int timeoutMs)
1 reference to TryLock
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
233
holdsMutex = clientMutex.
TryLock
(timeoutNewProcess);