2 instantiations of NodePipeServer
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
83
using NodePipeServer pipeServer =
new
(NamedPipeUtil.GetRarNodePipeName(_handshake), _handshake);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
29
_pipeServer = new
NodePipeServer
(pipeName, handshake, maxNumberOfServerInstances);
3 references to NodePipeServer
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\OutOfProcRarNode.cs (2)
83
using
NodePipeServer
pipeServer = new(NamedPipeUtil.GetRarNodePipeName(_handshake), _handshake);
129
static async Task<LinkStatus> WaitForConnection(
NodePipeServer
pipeServer, CancellationToken cancellationToken)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
19
private readonly
NodePipeServer
_pipeServer;