1 write to _textFieldType
Microsoft.Data.Analysis (1)
TextFieldParser.cs (1)
239_textFieldType = value;
5 references to _textFieldType
Microsoft.Data.Analysis (5)
TextFieldParser.cs (5)
235get => _textFieldType; 432switch (_textFieldType) 1027switch (_textFieldType) 1044if (token != string.Empty && (_hasFieldsEnclosedInQuotes && (_textFieldType == FieldType.Delimited)) && string.Compare(token.Trim(), "\"", StringComparison.Ordinal) == 0) 1076switch (_textFieldType)