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