1 write to Mutex
csc (1)
BuildServerConnection.cs (1)
853
Mutex
= new Mutex(
3 references to Mutex
csc (3)
BuildServerConnection.cs (3)
887
return IsLocked =
Mutex
.WaitOne(timeoutMs);
899
Mutex
.ReleaseMutex();
903
Mutex
.Dispose();