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.8.0-1.26268.104\contentFiles\cs\net11.0\BuildServerConnection.cs (1)
57
internal static bool IsCompilerServerSupported =>
GetPipeName
("") is object;