1 write to Mutex
Replay (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
843Mutex = new Mutex(
3 references to Mutex
Replay (3)
src\Compilers\Shared\BuildServerConnection.cs (3)
877return IsLocked = Mutex.WaitOne(timeoutMs); 889Mutex.ReleaseMutex(); 893Mutex.Dispose();