2 instantiations of ServerFileMutex
Replay (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
589
using var mutex = new
ServerFileMutex
(mutexName);
609
var mutex = new
ServerFileMutex
(name);
2 references to ServerFileMutex
Replay (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
589
using
var
mutex = new ServerFileMutex(mutexName);
609
var
mutex = new ServerFileMutex(name);