7 references to UShortLiteral
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Utils.vb (1)
745Case TypeCharacter.UShortLiteral
Scanner\Scanner.vb (2)
1966TypeCharacter = TypeCharacter.UShortLiteral 2062ElseIf TypeCharacter = TypeCharacter.UShortLiteral Then
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
25Case TypeCharacter.UShortLiteral
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
CodeCleanup\Providers\ReduceTokensCodeCleanupProvider.vb (1)
141Case TypeCharacter.UShortLiteral
CodeGeneration\EnumMemberGenerator.vb (1)
116SyntaxFactory.IntegerLiteralToken(firstTwoChars + ushortValue.ToString("X") + lastTwoChars, LiteralBase.Hexadecimal, TypeCharacter.UShortLiteral, IntegerUtilities.ToUnsigned(ushortValue)))
CodeGeneration\ExpressionGenerator.vb (1)
250typeSuffix = TypeCharacter.UShortLiteral