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