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