1 write to Mutex
Replay (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
844Mutex = new Mutex(
3 references to Mutex
Replay (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
878return IsLocked = Mutex.WaitOne(timeoutMs); 890Mutex.ReleaseMutex(); 894Mutex.Dispose();