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