12 references to IsFullWidth
Microsoft.CodeAnalysis.VisualBasic (12)
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
Scanner\Scanner.vb (5)
1337If IsFullWidth(ch) Then 1573If IsFullWidth(ch) Then 1781If IsFullWidth(ch) Then 1978If IsFullWidth(ch) Then 2081scratch.Append(If(IsFullWidth(curCh), MakeHalfWidth(curCh), curCh))