9 references to MatchOneOrAnotherOrFullwidth
Microsoft.CodeAnalysis.VisualBasic (9)
Scanner\Scanner.vb (9)
1079ElseIf MatchOneOrAnotherOrFullwidth(ch, "R"c, "r"c) AndAlso
1080CanGet(i + 2) AndAlso MatchOneOrAnotherOrFullwidth(Peek(i + 1), "E"c, "e"c) AndAlso
1081MatchOneOrAnotherOrFullwidth(Peek(i + 2), "M"c, "m"c) Then
1545MatchOneOrAnotherOrFullwidth(NextChar, "["c, "]"c) Then
1841If MatchOneOrAnotherOrFullwidth(ch, "+"c, "-"c) Then
1952If IsDecimalDigit(ch) OrElse MatchOneOrAnotherOrFullwidth(ch, "+"c, "-"c) Then
1965If MatchOneOrAnotherOrFullwidth(NextChar, "S"c, "s"c) Then
1968ElseIf MatchOneOrAnotherOrFullwidth(NextChar, "I"c, "i"c) Then
1971ElseIf MatchOneOrAnotherOrFullwidth(NextChar, "L"c, "l"c) Then