1 write to _pipeClient
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
26_pipeClient = new NodePipeClient(NamedPipeUtil.GetRarNodeEndpointPipeName(handshake), handshake);
7 references to _pipeClient
Microsoft.Build.Tasks.Core (7)
AssemblyDependency\Node\OutOfProcRarClient.cs (7)
30_pipeClient.RegisterPacketFactory(packetFactory); 33public void Dispose() => _pipeClient.Dispose(); 55if (!_pipeClient.IsConnected) 58if (!_pipeClient.ConnectToServer(0)) 64_pipeClient.WritePacket(new RarNodeExecuteRequest(rarTask)); 66INodePacket packet = _pipeClient.ReadPacket(); 79packet = _pipeClient.ReadPacket();