5 references to IsSeparatorOrEndOfFile
Microsoft.CodeAnalysis.VisualBasic (5)
CommandLine\VisualBasicCommandLineParser.vb (5)
1857
If tokens.Current.Position > 0 AndAlso Not
IsSeparatorOrEndOfFile
(tokens.Current) Then
1861
While Not
IsSeparatorOrEndOfFile
(tokens.Current)
1963
Dim atTheEndOrSeparator As Boolean =
IsSeparatorOrEndOfFile
(tokens.Current)
1972
atTheEndOrSeparator =
IsSeparatorOrEndOfFile
(tokens.Current)
1981
While Not
IsSeparatorOrEndOfFile
(tokens.Current)