4 writes to m_Index
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (4)
1620
m_Index
= StartAt
1634
m_Index
+= 1
1640
m_Index
+= 2
1672
m_Index
+= 1
10 references to m_Index
Microsoft.VisualBasic.Core (10)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (10)
1582
Return
m_Index
1623
While
m_Index
< Length
1625
If Line(
m_Index
) = """"c Then
1628
If
m_Index
+ 1 = Length Then
1638
If
m_Index
+ 1 < Line.Length And Line(
m_Index
+ 1) = """"c Then
1647
Dim DelimiterMatch As Match = m_DelimiterRegex.Match(Line,
m_Index
+ 1)
1654
For i As Integer =
m_Index
+ 1 To Limit
1663
m_DelimiterLength = 1 + Limit -
m_Index
1671
m_Field.Append(Line(
m_Index
))