3 references to FalseLiteralExpression
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
14205
SyntaxFactory.
FalseLiteralExpression
(SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword))
14212
return SyntaxFactory.
FalseLiteralExpression
(GenerateRedIntegerLiteralToken())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\ExpressionGenerator.vb (1)
64
Return SyntaxFactory.
FalseLiteralExpression
(SyntaxFactory.Token(SyntaxKind.FalseKeyword))