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();