2 references to GetPipeName
dotnet (2)
Commands\Run\CSharpCompilerCommand.cs (1)
101
var pipeName = BuildServerConnection.
GetPipeName
(clientDirectory: ClientDirectory);
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.9.0-1.26306.111\contentFiles\cs\net11.0\BuildServerConnection.cs (1)
57
internal static bool IsCompilerServerSupported =>
GetPipeName
("") is object;