16 writes to m_eof
Microsoft.VisualBasic.Core (16)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (14)
571m_eof = (m_position >= m_file.Length) 674m_eof = CheckEOF(m_sr.Peek()) 752m_eof = True 765m_eof = (m_br.PeekChar() = EOF_INDICATOR) 767m_eof = CheckEOF(m_sr.Peek()) 2540m_eof = True 2550m_eof = True 2606m_eof = True 2619m_eof = True 2629m_eof = True 2642m_eof = True 2658m_eof = True 2674m_eof = True 2687m_eof = True
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
54m_eof = (m_file.Length = 0) 'Don't do a Peek here or it will buffer data, causing side-effects with the Lock function.
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
167m_eof = (m_position >= m_file.Length)
3 references to m_eof
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
478Return m_eof
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
72Return m_eof
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
168Return m_eof