1 write to _textFieldType
Microsoft.Data.Analysis.Tests (1)
src\Microsoft.Data.Analysis\TextFieldParser.cs (1)
239_textFieldType = value;
5 references to _textFieldType
Microsoft.Data.Analysis.Tests (5)
src\Microsoft.Data.Analysis\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)