5 references to IsHalfWidth
Microsoft.CodeAnalysis.VisualBasic (4)
Scanner\CharacterInfo.vb (4)
24
Debug.Assert(
IsHalfWidth
(c))
439
Debug.Assert(
IsHalfWidth
(one))
440
Debug.Assert(
IsHalfWidth
(another))
494
If
IsHalfWidth
(c) Then
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
ParserTestUtilities.vb (1)
179
Return If(
IsHalfWidth
(c), MakeFullWidth(c), c)