2 instantiations of NodePipeServer
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
83using 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)
83using NodePipeServer pipeServer = new(NamedPipeUtil.GetRarNodePipeName(_handshake), _handshake); 129static async Task<LinkStatus> WaitForConnection(NodePipeServer pipeServer, CancellationToken cancellationToken)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
19private readonly NodePipeServer _pipeServer;