3 references to ReadPacket
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\Node\OutOfProcRarClient.cs (2)
66
INodePacket packet = _pipeClient.
ReadPacket
();
79
packet = _pipeClient.
ReadPacket
();
AssemblyDependency\Node\OutOfProcRarNode.cs (1)
101
NodeBuildComplete buildComplete = (NodeBuildComplete)pipeServer.
ReadPacket
();