2 implementations of DeserializeAndRoutePacket
MSBuild (2)
OutOfProcTaskHostNode.cs (1)
814
public void
DeserializeAndRoutePacket
(int nodeId, NodePacketType packetType, ITranslator translator)
parent\Shared\NodePacketFactory.cs (1)
49
public void
DeserializeAndRoutePacket
(int nodeId, NodePacketType packetType, ITranslator translator)
1 reference to DeserializeAndRoutePacket
MSBuild (1)
parent\Shared\NodeEndpointOutOfProcBase.cs (1)
836
_packetFactory.
DeserializeAndRoutePacket
(0, packetType, readTranslator);