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