2 implementations of TryLock
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.12.0-1.26430.105\contentFiles\cs\net11.0\BuildServerConnection.cs (2)
909
public bool
TryLock
(int timeoutMs)
1022
public bool
TryLock
(int timeoutMs)
1 reference to TryLock
dotnet (1)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.12.0-1.26430.105\contentFiles\cs\net11.0\BuildServerConnection.cs (1)
254
holdsMutex = clientMutex.
TryLock
(timeoutNewProcess);