1 write to m_FieldWidths
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (1)
251
m_FieldWidths
= value
16 references to m_FieldWidths
Microsoft.VisualBasic.Core (16)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (16)
239
Return
m_FieldWidths
1007
Debug.Assert(
m_FieldWidths
IsNot Nothing, "No field widths")
1022
Dim Bound As Integer =
m_FieldWidths
.Length - 1
1026
Fields(i) = GetFixedWidthField(LineInfo, Index,
m_FieldWidths
(i))
1027
Index +=
m_FieldWidths
(i)
1115
If
m_FieldWidths
Is Nothing Then
1119
If
m_FieldWidths
.Length = 0 Then
1123
Dim WidthBound As Integer =
m_FieldWidths
.Length - 1
1128
Debug.Assert(
m_FieldWidths
(i) > 0, "Bad field width, this should have been caught on input")
1130
m_LineLength +=
m_FieldWidths
(i)
1134
If
m_FieldWidths
(WidthBound) > 0 Then
1135
m_LineLength +=
m_FieldWidths
(WidthBound)
1299
Debug.Assert((m_FieldWidthsCopy Is Nothing And
m_FieldWidths
Is Nothing) Or (m_FieldWidthsCopy IsNot Nothing And
m_FieldWidths
IsNot Nothing), "FieldWidths and copy are not both Nothing or both not Nothing")
1302
If
m_FieldWidths
Is Nothing Then
1310
If
m_FieldWidths
(i) <> m_FieldWidthsCopy(i) Then