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