3 references to RarNodeExecuteResponse
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\OutOfProcRarClient.cs (2)
29packetFactory.RegisterPacketHandler(NodePacketType.RarNodeExecuteResponse, static t => new RarNodeExecuteResponse(t), null); 68while (packet.Type != NodePacketType.RarNodeExecuteResponse)
AssemblyDependency\Node\RarNodeExecuteResponse.cs (1)
31public NodePacketType Type => NodePacketType.RarNodeExecuteResponse;