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