Base:
12 references to Read
dotnet (1)
Installer\Windows\PipeStreamMessageDispatcherBase.cs (1)
85
_ = _pipeStream.
Read
(message, 0, message.Length);
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)
784
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
Microsoft.Build.Tasks.Core (2)
CommunicationsUtilities.cs (1)
784
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);
NodePipeBase.cs (1)
222
int bytesRead = NodeStream.
Read
(buffer, totalBytesRead, bytesToRead - totalBytesRead);
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)
784
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)
784
int bytesRead = stream.
Read
(bytes, 0, bytes.Length);