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