3 references to GetServerMutexName
dotnet (3)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.10.0-1.26368.101\contentFiles\cs\net11.0\BuildServerConnection.cs (3)
158
string mutexName =
GetServerMutexName
(pipeName);
168
var mutexName =
GetServerMutexName
(pipeName);
261
var serverMutexName =
GetServerMutexName
(pipeName);