12 references to IsFullWidth
Microsoft.CodeAnalysis.VisualBasic (12)
Parser\ParseExpression.vb (1)
519
If SyntaxFacts.
IsFullWidth
(ch) Then
Scanner\CharacterInfo.vb (5)
34
Debug.Assert(
IsFullWidth
(c))
244
If
IsFullWidth
(Digit) Then
261
(
IsFullWidth
(c) AndAlso (c = FULLWIDTH_LATIN_CAPITAL_LETTER_H Or c = FULLWIDTH_LATIN_SMALL_LETTER_H) Or
361
If
IsFullWidth
(c) Then
442
If
IsFullWidth
(ch) Then
Scanner\KeywordTable.vb (1)
314
If SyntaxFacts.
IsFullWidth
(ch) Then
Scanner\Scanner.vb (5)
1337
If
IsFullWidth
(ch) Then
1573
If
IsFullWidth
(ch) Then
1781
If
IsFullWidth
(ch) Then
1978
If
IsFullWidth
(ch) Then
2081
scratch.Append(If(
IsFullWidth
(curCh), MakeHalfWidth(curCh), curCh))