2 references to DecimalLiteralToken
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\SyntaxNodeFactories.vb (1)
703
t = SyntaxFactory.
DecimalLiteralToken
("", TypeCharacter.None, Nothing)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\ExpressionGenerator.vb (1)
386
Return SyntaxFactory.NumericLiteralExpression(SyntaxFactory.
DecimalLiteralToken
(literal, typeSuffix, value))