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