3 references to TrueLiteralExpression
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
14192
SyntaxFactory.
TrueLiteralExpression
(SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword))
14199
return SyntaxFactory.
TrueLiteralExpression
(GenerateRedIntegerLiteralToken())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\ExpressionGenerator.vb (1)
62
Return SyntaxFactory.
TrueLiteralExpression
(SyntaxFactory.Token(SyntaxKind.TrueKeyword))