5 references to LetClause
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Main.Generated.vb (2)
38047
Return SyntaxFactory.
LetClause
(SyntaxFactory.Token(SyntaxKind.LetKeyword), variables)
38058
Return SyntaxFactory.
LetClause
(SyntaxFactory.Token(SyntaxKind.LetKeyword), SyntaxFactory.SeparatedList(Of ExpressionRangeVariableSyntax)().AddRange(variables))
Generated\Syntax.xml.Syntax.Generated.vb (1)
28239
Dim newNode = SyntaxFactory.
LetClause
(letKeyword, variables)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
16501
SyntaxFactory.
LetClause
(SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), New SeparatedSyntaxList(Of ExpressionRangeVariableSyntax)())
16508
return SyntaxFactory.
LetClause
(SyntaxFactory.Token(SyntaxKind.LetKeyword), New SeparatedSyntaxList(Of ExpressionRangeVariableSyntax)())