2 implementations of TryLock
VBCSCompiler (2)
BuildServerConnection.cs (2)
769public bool TryLock(int timeoutMs) 881public bool TryLock(int timeoutMs)
1 reference to TryLock
VBCSCompiler (1)
BuildServerConnection.cs (1)
209holdsMutex = clientMutex.TryLock(timeoutNewProcess);