2 writes to _shutdownMutex
Microsoft.DotNet.Cli.Utils (2)
ProcessReaper.cs (2)
38_shutdownMutex = new Mutex(); 89_shutdownMutex = null;
5 references to _shutdownMutex
Microsoft.DotNet.Cli.Utils (5)
ProcessReaper.cs (5)
84if (_shutdownMutex != null) 86_shutdownMutex.WaitOne(); 87_shutdownMutex.ReleaseMutex(); 88_shutdownMutex.Dispose(); 141_shutdownMutex?.WaitOne();