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