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)
652
int bytesRead = await CommunicationsUtilities.
ReadAsync
(_clientToServerStream, _headerByte, _headerByte.Length);
674
int bytesRead = await CommunicationsUtilities.
ReadAsync
(_clientToServerStream, packetData, packetLength);
NodeEndpointOutOfProcBase.cs (2)
525
Task<int> readTask = CommunicationsUtilities.
ReadAsync
(localReadPipe, headerByte, headerByte.Length);
617
readTask = CommunicationsUtilities.
ReadAsync
(localReadPipe, headerByte, headerByte.Length);