3 writes to m_CharsRead
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (3)
671
m_CharsRead
= m_Reader.Read(m_Buffer, 0, BufferLength)
700
m_CharsRead
= ContentLength + CharsRead
741
m_CharsRead
+= CharsRead
14 references to m_CharsRead
Microsoft.VisualBasic.Core (14)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (14)
183
If m_Reader.Peek = -1 And m_Position =
m_CharsRead
Then
427
Builder.Append(m_Buffer, m_Position,
m_CharsRead
- m_Position)
674
Return
m_CharsRead
694
Dim ContentLength As Integer =
m_CharsRead
- m_Position
722
m_PeekPosition =
m_CharsRead
724
If
m_CharsRead
= m_Buffer.Length Then
738
Dim CharsRead As Integer = m_Reader.Read(m_Buffer,
m_CharsRead
, m_Buffer.Length -
m_CharsRead
)
739
Debug.Assert(CharsRead <= m_Buffer.Length -
m_CharsRead
, "We've read more chars than we have space for")
812
Debug.Assert(Cursor >= 0 And Cursor <=
m_CharsRead
, "The cursor is out of range")
815
If Cursor =
m_CharsRead
Then
826
For i As Integer = Cursor To
m_CharsRead
- 1
845
If Cursor <
m_CharsRead
Then
864
Dim Size As Integer =
m_CharsRead
- Cursor