3 references to Read
mscorlib (2)
system\io\binaryreader.cs (2)
119int ch = Read(); 155int value = Read();
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (1)
165Debug.Assert(formatVersion != CurrentFormatVersion || dataReader.Read() == -1, "Extra data at the end of the stream");