2 references to OpenOrCreateMutex
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
121using (var serverMutex = BuildServerConnection.OpenOrCreateMutex(name: mutexName,
src\Compilers\Shared\BuildServerConnection.cs (1)
217clientMutex = OpenOrCreateMutex(clientMutexName, out holdsMutex);