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