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