2 instantiations of ServerFileMutex
vbc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
696
using var mutex = new
ServerFileMutex
(mutexName);
716
var mutex = new
ServerFileMutex
(name);
2 references to ServerFileMutex
vbc (2)
src\Compilers\Shared\BuildServerConnection.cs (2)
696
using
var
mutex = new ServerFileMutex(mutexName);
716
var
mutex = new ServerFileMutex(name);