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