3 references to NamedPipeUtil
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
26
_pipeClient = new NodePipeClient(
NamedPipeUtil
.GetRarNodeEndpointPipeName(handshake), handshake);
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
82
using NodePipeServer pipeServer = new(
NamedPipeUtil
.GetRarNodePipeName(_config.Handshake), _config.Handshake);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
38
pipeName:
NamedPipeUtil
.GetRarNodeEndpointPipeName(handshake),