6 references to ReadAsync
Microsoft.Build (6)
BackEnd\Client\MSBuildClientPacketPump.cs (2)
198
Task<int> readTask = CommunicationsUtilities.
ReadAsync
(localStream, headerByte, headerByte.Length);
297
readTask = CommunicationsUtilities.
ReadAsync
(localStream, headerByte, headerByte.Length);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
649
int bytesRead = await CommunicationsUtilities.
ReadAsync
(_clientToServerStream, _headerByte, _headerByte.Length);
671
int bytesRead = await CommunicationsUtilities.
ReadAsync
(_clientToServerStream, packetData, packetLength);
NodeEndpointOutOfProcBase.cs (2)
526
Task<int> readTask = CommunicationsUtilities.
ReadAsync
(localReadPipe, headerByte, headerByte.Length);
615
readTask = CommunicationsUtilities.
ReadAsync
(localReadPipe, headerByte, headerByte.Length);