6 references to GetServerMutexName
Microsoft.NET.Sdk.Razor.Tool.Tests (3)
Infrastructure\ServerUtilities.cs (1)
36var mutexName = MutexName.GetServerMutexName(pipeName);
ServerLifecycleTest.cs (2)
26var mutexName = MutexName.GetServerMutexName(pipeName); 53var mutexName = MutexName.GetServerMutexName(pipeName);
rzc (3)
ServerCommand.cs (1)
54var serverMutexName = MutexName.GetServerMutexName(Pipe.Value());
ServerProtocol\ServerConnection.cs (1)
180var serverMutexName = MutexName.GetServerMutexName(pipeName);
ShutdownCommand.cs (1)
84if (Mutex.TryOpenExisting(MutexName.GetServerMutexName(Pipe.Value()), out var mutex))