6 references to GetServerMutexName
Microsoft.NET.Sdk.Razor.Tool.Tests (3)
Infrastructure\ServerUtilities.cs (1)
36
var mutexName = MutexName.
GetServerMutexName
(pipeName);
ServerLifecycleTest.cs (2)
26
var mutexName = MutexName.
GetServerMutexName
(pipeName);
53
var mutexName = MutexName.
GetServerMutexName
(pipeName);
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))