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