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)
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
)