12 references to GetServerMutexName
VBCSCompiler (4)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
117
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
src\Compilers\Server\VBCSCompiler\CompilationCache.cs (1)
120
=> BuildServerConnection.
GetServerMutexName
($"compilation-cache.{ComputeHashKey($"{_cachePath}|{dllName}|{hashKey}")}");
src\Compilers\Shared\BuildServerConnection.cs (2)
163
string mutexName =
GetServerMutexName
(pipeName);
252
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)
96
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);
146
var mutexName = BuildServerConnection.
GetServerMutexName
(pipeName);