Base:
9 references to Read
Microsoft.Build (1)
CommunicationsUtilities.cs (1)
609
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
Microsoft.Build.Framework (2)
BackEnd\BufferedReadStream.cs (2)
78
int innerReadCount = _innerStream.
Read
(buffer, offset + alreadyCopied, count - alreadyCopied);
101
int innerReadCount = _innerStream.
Read
(_buffer, 0, BUFFER_SIZE);
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (1)
609
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
NodePipeBase.cs (1)
213
int bytesRead = NodeStream.
Read
(buffer, totalBytesRead, bytesToRead - totalBytesRead);
MSBuild (1)
CommunicationsUtilities.cs (1)
609
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
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);