1 write to _pipeServer
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
25_pipeServer = new NodePipeServer(config.PipeName, config.Handshake, config.MaxNumberOfServerInstances);
8 references to _pipeServer
Microsoft.Build.Tasks.Core (8)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (8)
26_pipeServer.RegisterPacketFactory(config.PacketFactory); 29public void Dispose() => _pipeServer.Dispose(); 65if (!_pipeServer.IsConnected) 67LinkStatus linkStatus = await _pipeServer.WaitForConnectionAsync(cancellationToken).ConfigureAwait(false); 77INodePacket packet = await _pipeServer.ReadPacketAsync(cancellationToken).ConfigureAwait(false); 96await _pipeServer.WritePacketAsync(new RarNodeExecuteResponse(rarTask, success), cancellationToken).ConfigureAwait(false); 105_pipeServer.Disconnect(); 118_pipeServer.Disconnect();