10 references to GetServerMutexName
VBCSCompiler (3)
BuildServerConnection.cs (2)
128
string mutexName =
GetServerMutexName
(pipeName);
223
var serverMutexName =
GetServerMutexName
(pipeName);
BuildServerController.cs (1)
119
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
VBCSCompiler.UnitTests (7)
BuildClientTests.cs (1)
83
name: 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);