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)
1100Debug.Assert(((_fieldWidthsCopy == null) && (_fieldWidths == null)) || ((_fieldWidthsCopy != null) && (_fieldWidths != null)), "FieldWidths and copy are not both Nothing or both not Nothing"); 1105lowerBound = _fieldWidthsCopy.GetLowerBound(0); 1106upperBound = _fieldWidthsCopy.GetUpperBound(0); 1111if (_fieldWidths[j] != _fieldWidthsCopy[j])