2 references to GetRunningServerMutexName
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
347string serverRunningMutexName = OutOfProcServerNode.GetRunningServerMutexName(_handshake);
BackEnd\Node\OutOfProcServerNode.cs (1)
126using var serverRunningMutex = ServerNamedMutex.OpenOrCreateMutex(GetRunningServerMutexName(handshake), out bool mutexCreatedNew);