1 write to _commentTokens
Microsoft.Data.Analysis (1)
TextFieldParser.cs (1)
189
_commentTokens
= value;
5 references to _commentTokens
Microsoft.Data.Analysis (5)
TextFieldParser.cs (5)
185
get =>
_commentTokens
;
603
if (
_commentTokens
!= null)
605
string[] commentTokens =
_commentTokens
;
1039
if (
_commentTokens
!= null)
1041
string[] commentTokens =
_commentTokens
;