1 write to _handler
MSBuildTaskHost (1)
NodePacketFactory.cs (1)
112
_handler
= handler;
1 reference to _handler
MSBuildTaskHost (1)
NodePacketFactory.cs (1)
124
public void RoutePacket(int nodeId, INodePacket packet) =>
_handler
.PacketReceived(nodeId, packet);