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