2 references to GetRarNodePipeName
Microsoft.Build (1)
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
24
_pipeName = NamedPipeUtil.
GetRarNodePipeName
(new(HandshakeOptions.None));
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
81
using NodePipeServer pipeServer = new(NamedPipeUtil.
GetRarNodePipeName
(_config.Handshake), _config.Handshake);