Base:
method
Read
System.IO.Stream.Read(System.Byte[], System.Int32, System.Int32)
2 overrides of Read
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
246
public override int
Read
(byte[] buffer, int offset, int count)
System.Net.Requests (1)
System\Net\FileWebRequest.cs (1)
340
public override int
Read
(byte[] buffer, int offset, int size)
11 references to Read
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
8811
stream.
Read
(buffer, 0, buffer.Length);
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileIO\FileSystem.vb (3)
1286
ByteCount = FileStream.
Read
(ByteBuffer, 0, ByteBuffer.Length)
1311
Dim AdditionalByteCount As Integer = FileStream.
Read
(ByteBuffer, ByteCount, ByteBuffer.Length - ByteCount)
1323
ByteCount = FileStream.
Read
(ByteBuffer, 0, ByteBuffer.Length)
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (1)
152
int read = fileStream.
Read
(bytes, count, bytes.Length - count);
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
248
return _fs.
Read
(buffer, offset, count);
System.Net.Requests (1)
System\Net\FileWebRequest.cs (1)
345
return base.
Read
(buffer, offset, size);
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
967
int bytesRead = readStream.
Read
(buffer, 0, buffer.Length);
System.Private.CoreLib (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (1)
152
int read = fileStream.
Read
(bytes, count, bytes.Length - count);
Templates.Tests (2)
ByteOrderMarkTest.cs (2)
52
fileStream.
Read
(bytes, 0, 3);
90
fileStream.
Read
(bytes, 0, 3);