4 references to Read
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
741lInput = m_br.Read()
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (2)
107int ch = Read(); 206int value = Read();
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
184Debug.Assert(formatVersion != CurrentFormatVersion || dataReader.Read() == -1, "Extra data at the end of the stream");