Base:
7 references to Read
Microsoft.Build.Framework (3)
BackEnd\BufferedReadStream.cs (2)
78
int innerReadCount = _innerStream.
Read
(buffer, offset + alreadyCopied, count - alreadyCopied);
101
int innerReadCount = _innerStream.
Read
(_buffer, 0, BUFFER_SIZE);
BackEnd\CommunicationsUtilities.cs (1)
500
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
Microsoft.Build.Tasks.Core (1)
NodePipeBase.cs (1)
213
int bytesRead = NodeStream.
Read
(buffer, totalBytesRead, bytesToRead - totalBytesRead);
MSBuildTaskHost (3)
BackEnd\BufferedReadStream.cs (2)
78
int innerReadCount = _innerStream.
Read
(buffer, offset + alreadyCopied, count - alreadyCopied);
101
int innerReadCount = _innerStream.
Read
(_buffer, 0, BUFFER_SIZE);
CommunicationsUtilities.cs (1)
555
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);