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)
649int bytesRead = await CommunicationsUtilities.ReadAsync(_clientToServerStream, _headerByte, _headerByte.Length); 671int bytesRead = await CommunicationsUtilities.ReadAsync(_clientToServerStream, packetData, packetLength);
NodeEndpointOutOfProcBase.cs (2)
526Task<int> readTask = CommunicationsUtilities.ReadAsync(localReadPipe, headerByte, headerByte.Length); 615readTask = CommunicationsUtilities.ReadAsync(localReadPipe, headerByte, headerByte.Length);