2 implementations of DeserializeAndRoutePacket
MSBuild (2)
NodePacketFactory.cs (1)
50
public void
DeserializeAndRoutePacket
(int nodeId, NodePacketType packetType, ITranslator translator)
OutOfProcTaskHostNode.cs (1)
590
public void
DeserializeAndRoutePacket
(int nodeId, NodePacketType packetType, ITranslator translator)
1 reference to DeserializeAndRoutePacket
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
600
_packetFactory.
DeserializeAndRoutePacket
(0, packetType, BinaryTranslator.GetReadTranslator(localReadPipe, _sharedReadBuffer));