2 writes to _fieldWidthsCopy
Microsoft.Data.Analysis.Tests (2)
src\Microsoft.Data.Analysis\TextFieldParser.cs (2)
252
_fieldWidthsCopy
= (int[])value.Clone();
256
_fieldWidthsCopy
= null;
5 references to _fieldWidthsCopy
Microsoft.Data.Analysis.Tests (5)
src\Microsoft.Data.Analysis\TextFieldParser.cs (5)
1100
Debug.Assert(((
_fieldWidthsCopy
== null) && (_fieldWidths == null)) || ((
_fieldWidthsCopy
!= null) && (_fieldWidths != null)), "FieldWidths and copy are not both Nothing or both not Nothing");
1105
lowerBound =
_fieldWidthsCopy
.GetLowerBound(0);
1106
upperBound =
_fieldWidthsCopy
.GetUpperBound(0);
1111
if (_fieldWidths[j] !=
_fieldWidthsCopy
[j])