2 references to new
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);