2 references to GetRarNodeEndpointPipeName
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
23
_pipeClient = new NodePipeClient(NamedPipeUtil.
GetRarNodeEndpointPipeName
(handshake), handshake);
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
140
string pipeName = NamedPipeUtil.
GetRarNodeEndpointPipeName
(_handshake);