11 references to GetServerMutexName
VBCSCompiler (3)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
119
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
src\Compilers\Shared\BuildServerConnection.cs (2)
155
string mutexName =
GetServerMutexName
(pipeName);
244
var serverMutexName =
GetServerMutexName
(pipeName);
VBCSCompiler.UnitTests (8)
BuildClientTests.cs (2)
83
name: BuildServerConnection.
GetServerMutexName
(_pipeName),
135
var serverMutexName = BuildServerConnection.
GetServerMutexName
(_pipeName);
CompilerServerApiTest.cs (2)
39
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
67
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
ServerUtil.cs (2)
93
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
117
var mutexName = BuildServerConnection.
GetServerMutexName
(PipeName);
VBCSCompilerServerTests.cs (2)
98
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
148
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);