2 implementations of TryLock
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
757
public bool
TryLock
(int timeoutMs)
869
public bool
TryLock
(int timeoutMs)
1 reference to TryLock
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
233
holdsMutex = clientMutex.
TryLock
(timeoutNewProcess);