2 instantiations of NodePipeServer
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
81
using NodePipeServer pipeServer =
new
(NamedPipeUtil.GetRarNodePipeName(_config.Handshake), _config.Handshake);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
25
_pipeServer = new
NodePipeServer
(config.PipeName, config.Handshake, config.MaxNumberOfServerInstances);
4 references to NodePipeServer
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
81
using
NodePipeServer
pipeServer = new(NamedPipeUtil.GetRarNodePipeName(_config.Handshake), _config.Handshake);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
19
private readonly
NodePipeServer
_pipeServer;
AssemblyDependency\Node\RarNodeBuildEngine.cs (2)
44
private readonly
NodePipeServer
_pipeServer;
54
internal RarNodeBuildEngine(
NodePipeServer
pipeServer)