2 instantiations of ServerFileMutex
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\BuildServerConnection.cs (2)
707
using var mutex = new
ServerFileMutex
(mutexName);
727
var mutex = new
ServerFileMutex
(name);
2 references to ServerFileMutex
dotnet (2)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.8.0-1.26268.104\contentFiles\cs\net11.0\BuildServerConnection.cs (2)
707
using
var
mutex = new ServerFileMutex(mutexName);
727
var
mutex = new ServerFileMutex(name);