1 write to _shutdownMutex
Microsoft.DotNet.Cli.Utils (1)
ProcessReaper.cs (1)
134_shutdownMutex = new Mutex();
4 references to _shutdownMutex
Microsoft.DotNet.Cli.Utils (4)
ProcessReaper.cs (4)
145_shutdownMutex.WaitOne(); 146_shutdownMutex.ReleaseMutex(); 147_shutdownMutex.Dispose(); 168_shutdownMutex?.WaitOne();