2 writes to m_FieldWidthsCopy
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (2)
246
m_FieldWidthsCopy
= DirectCast(value.Clone(), Integer())
248
m_FieldWidthsCopy
= Nothing
5 references to m_FieldWidthsCopy
Microsoft.VisualBasic.Core (5)
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (5)
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")
1306
lowerBound =
m_FieldWidthsCopy
.GetLowerBound(0)
1307
upperBound =
m_FieldWidthsCopy
.GetUpperBound(0)
1310
If m_FieldWidths(i) <>
m_FieldWidthsCopy
(i) Then