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