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)
185get => _commentTokens; 603if (_commentTokens != null) 605string[] commentTokens = _commentTokens; 1039if (_commentTokens != null) 1041string[] commentTokens = _commentTokens;