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)
235
get =>
_textFieldType
;
432
switch (
_textFieldType
)
1027
switch (
_textFieldType
)
1044
if (token != string.Empty && (_hasFieldsEnclosedInQuotes && (
_textFieldType
== FieldType.Delimited)) && string.Compare(token.Trim(), "\"", StringComparison.Ordinal) == 0)
1076
switch (
_textFieldType
)