1 write to _pipeServer
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (1)
29_pipeServer = new NodePipeServer(pipeName, handshake, maxNumberOfServerInstances);
8 references to _pipeServer
Microsoft.Build.Tasks.Core (8)
AssemblyDependency\Node\OutOfProcRarNodeEndpoint.cs (8)
30_pipeServer.RegisterPacketFactory(packetFactory); 33public void Dispose() => _pipeServer.Dispose(); 56while (!_pipeServer.IsConnected) 58_ = _pipeServer.WaitForConnection(); 65INodePacket packet = await _pipeServer.ReadPacketAsync(cancellationToken); 73_pipeServer.Disconnect(); 84await _pipeServer.WritePacketAsync(new RarNodeExecuteResponse(), cancellationToken); 94_pipeServer.Disconnect();