7 references to MutexName
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 (4)
ServerCommand.cs (1)
54var serverMutexName = MutexName.GetServerMutexName(Pipe.Value());
ServerProtocol\ServerConnection.cs (2)
138var clientMutexName = MutexName.GetClientMutexName(pipeName); 180var serverMutexName = MutexName.GetServerMutexName(pipeName);
ShutdownCommand.cs (1)
84if (Mutex.TryOpenExisting(MutexName.GetServerMutexName(Pipe.Value()), out var mutex))