3 instantiations of NodePipeServer
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
82
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);
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\Node\RarNodeExecuteRequest_Tests.cs (1)
133
using NodePipeServer pipeServer =
new
(config.PipeName, config.Handshake, config.MaxNumberOfServerInstances);
5 references to NodePipeServer
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
82
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)
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\Node\RarNodeExecuteRequest_Tests.cs (1)
133
using
NodePipeServer
pipeServer = new(config.PipeName, config.Handshake, config.MaxNumberOfServerInstances);