3 references to Handshake
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\OutOfProcRarNode.cs (2)
82using NodePipeServer pipeServer = new(NamedPipeUtil.GetRarNodePipeName(_config.Handshake), _config.Handshake);
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
25_pipeServer = new NodePipeServer(config.PipeName, config.Handshake, config.MaxNumberOfServerInstances);