3 references to GetServerMutexName
rzc (3)
ServerCommand.cs (1)
54
var serverMutexName = MutexName.
GetServerMutexName
(Pipe.Value());
ServerProtocol\ServerConnection.cs (1)
180
var serverMutexName = MutexName.
GetServerMutexName
(pipeName);
ShutdownCommand.cs (1)
84
if (Mutex.TryOpenExisting(MutexName.
GetServerMutexName
(Pipe.Value()), out var mutex))