2 references to ServerMutexName
Microsoft.Build (1)
BackEnd\BuildManager\CoordinatorClient.cs (1)
286
if (Mutex.TryOpenExisting(settings.
ServerMutexName
, out Mutex? existingMutex))
MSBuild.Coordinator (1)
Program.cs (1)
13
using Mutex mutex = new(initiallyOwned: false, settings.
ServerMutexName
, out bool createdNew);