1 write to Mutex
Replay (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
846Mutex = new Mutex(
3 references to Mutex
Replay (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
880return IsLocked = Mutex.WaitOne(timeoutMs); 892Mutex.ReleaseMutex(); 896Mutex.Dispose();