4 writes to _endOfData
Microsoft.Data.Analysis (4)
TextFieldParser.cs (4)
204
_endOfData
= true;
211
_endOfData
= true;
469
_endOfData
= true;
543
_endOfData
= true;
3 references to _endOfData
Microsoft.Data.Analysis (3)
TextFieldParser.cs (3)
198
if (
_endOfData
)
200
return
_endOfData
;
461
if (
_endOfData
)