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)
84
if (
_shutdownMutex
!= null)
86
_shutdownMutex
.WaitOne();
87
_shutdownMutex
.ReleaseMutex();
88
_shutdownMutex
.Dispose();
141
_shutdownMutex
?.WaitOne();