2 references to StringLiteralExpression
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\Parser.vb (1)
5197
libraryName = SyntaxFactory.
StringLiteralExpression
(InternalSyntaxFactory.MissingStringLiteral())
Parser\ParseTerminal.vb (1)
199
Return SyntaxFactory.
StringLiteralExpression
(stringToken)