1 write to _shutdownMutex
Microsoft.DotNet.Cli.Utils (1)
ProcessReaper.cs (1)
136_shutdownMutex = new Mutex();
4 references to _shutdownMutex
Microsoft.DotNet.Cli.Utils (4)
ProcessReaper.cs (4)
147_shutdownMutex.WaitOne(); 148_shutdownMutex.ReleaseMutex(); 149_shutdownMutex.Dispose(); 170_shutdownMutex?.WaitOne();