Base:
method
ReadByte
System.IO.Stream.ReadByte()
1 override of ReadByte
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
266public override int ReadByte()
12 references to ReadByte
ILCompiler.ReadyToRun (2)
IBC\MIbcProfileParser.cs (2)
93byte firstByte = (byte)fsMibcFile.ReadByte(); 94byte secondByte = (byte)fsMibcFile.ReadByte();
ILCompiler.RyuJit (2)
src\runtime\src\coreclr\tools\aot\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (2)
93byte firstByte = (byte)fsMibcFile.ReadByte(); 94byte secondByte = (byte)fsMibcFile.ReadByte();
Microsoft.Build.Tasks.Core (1)
FileIO\WriteLinesToFile.cs (1)
333if (fileStream.ReadByte() != preamble[i])
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (2)
190int first = stream.ReadByte(); 191int second = stream.ReadByte();
Microsoft.DotNet.ProjectTools (2)
src\sdk\src\Cli\Microsoft.DotNet.FileBasedPrograms\VirtualProjectBuilder.cs (2)
196int first = stream.ReadByte(); 197int second = stream.ReadByte();
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
614utf16LEEncoding = ((sourceStream.ReadByte() == 0xFF) && (sourceStream.ReadByte() == 0xFE));
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
268return _fs.ReadByte();