2 implementations of DeserializeAndRoutePacket
MSBuildTaskHost (2)
BackEnd\NodePacketFactory.cs (1)
39
public void
DeserializeAndRoutePacket
(int nodeId, NodePacketType packetType, ITranslator translator)
OutOfProcTaskHostNode.cs (1)
311
public void
DeserializeAndRoutePacket
(int nodeId, NodePacketType packetType, ITranslator translator)
1 reference to DeserializeAndRoutePacket
MSBuildTaskHost (1)
BackEnd\NodeEndpointOutOfProcTaskHost.cs (1)
516
packetFactory.
DeserializeAndRoutePacket
(0, packetType, readTranslator);