7 references to IsFullWidth
Microsoft.CodeAnalysis.VisualBasic (7)
Parser\ParseExpression.vb (1)
519If SyntaxFacts.IsFullWidth(ch) Then
Scanner\CharacterInfo.vb (5)
34Debug.Assert(IsFullWidth(c)) 244If IsFullWidth(Digit) Then 261(IsFullWidth(c) AndAlso (c = FULLWIDTH_LATIN_CAPITAL_LETTER_H Or c = FULLWIDTH_LATIN_SMALL_LETTER_H) Or 361If IsFullWidth(c) Then 442If IsFullWidth(ch) Then
Scanner\KeywordTable.vb (1)
314If SyntaxFacts.IsFullWidth(ch) Then