16 writes to m_eof
Microsoft.VisualBasic.Core (16)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (14)
571
m_eof
= (m_position >= m_file.Length)
674
m_eof
= CheckEOF(m_sr.Peek())
752
m_eof
= True
765
m_eof
= (m_br.PeekChar() = EOF_INDICATOR)
767
m_eof
= CheckEOF(m_sr.Peek())
2540
m_eof
= True
2550
m_eof
= True
2606
m_eof
= True
2619
m_eof
= True
2629
m_eof
= True
2642
m_eof
= True
2658
m_eof
= True
2674
m_eof
= True
2687
m_eof
= True
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
54
m_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)
167
m_eof
= (m_position >= m_file.Length)
3 references to m_eof
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
478
Return
m_eof
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
72
Return
m_eof
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
168
Return
m_eof