Base:
9 references to Read
Microsoft.Build (3)
BufferedReadStream.cs (2)
83
int innerReadCount = _innerStream.
Read
(buffer, offset + alreadyCopied, count - alreadyCopied);
106
int innerReadCount = _innerStream.
Read
(_buffer, 0, BUFFER_SIZE);
CommunicationsUtilities.cs (1)
543
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
MSBuild (3)
BufferedReadStream.cs (2)
83
int innerReadCount = _innerStream.
Read
(buffer, offset + alreadyCopied, count - alreadyCopied);
106
int innerReadCount = _innerStream.
Read
(_buffer, 0, BUFFER_SIZE);
CommunicationsUtilities.cs (1)
543
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
MSBuildTaskHost (3)
BufferedReadStream.cs (2)
83
int innerReadCount = _innerStream.
Read
(buffer, offset + alreadyCopied, count - alreadyCopied);
106
int innerReadCount = _innerStream.
Read
(_buffer, 0, BUFFER_SIZE);
CommunicationsUtilities.cs (1)
543
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);