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