24 references to LetClause
Microsoft.CodeAnalysis.VisualBasic (24)
Binding\Binder_Query.vb (8)
115
Case SyntaxKind.
LetClause
873
SyntaxKind.
LetClause
,
1220
Case SyntaxKind.
LetClause
1247
Case SyntaxKind.
LetClause
1297
Case SyntaxKind.
LetClause
2707
Case SyntaxKind.SelectClause, SyntaxKind.
LetClause
, SyntaxKind.FromClause
2901
If item.Parent.Kind = SyntaxKind.
LetClause
AndAlso ShadowsRangeVariableInTheChildScope(shadowingCheckBinder, rangeVar) Then
3136
Case SyntaxKind.
LetClause
Binding\MemberSemanticModel.vb (4)
930
Debug.Assert(nodeKind <> SyntaxKind.
LetClause
AndAlso nodeKind <> SyntaxKind.OrderByClause AndAlso nodeKind <> SyntaxKind.AggregateClause)
976
Debug.Assert(node.Parent IsNot Nothing AndAlso node.Parent.Kind = SyntaxKind.
LetClause
)
1387
Case SyntaxKind.
LetClause
1657
(node.Kind = SyntaxKind.ExpressionRangeVariable AndAlso node.Parent.Kind = SyntaxKind.
LetClause
) OrElse
Compilation\QuerySymbolInfo.vb (2)
147
Case SyntaxKind.
LetClause
, SyntaxKind.OrderByClause
173
If variableSyntax.Parent Is Nothing OrElse variableSyntax.Parent.Kind <> SyntaxKind.
LetClause
Then
Generated\Syntax.xml.Internal.Generated.vb (4)
44029
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
LetClause
, letKeyword, variables.Node, hash)
44034
Dim result = New LetClauseSyntax(SyntaxKind.
LetClause
, letKeyword, variables.Node)
56095
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
LetClause
, letKeyword, variables.Node, _factoryContext, hash)
56100
Dim result = New LetClauseSyntax(SyntaxKind.
LetClause
, letKeyword, variables.Node, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
38036
Return New LetClauseSyntax(SyntaxKind.
LetClause
, Nothing, Nothing, DirectCast(letKeyword.Node, InternalSyntax.KeywordSyntax), variables.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28138
''' <item><description><see cref="SyntaxKind.
LetClause
"/></description></item>
Syntax\LambdaUtilities.vb (3)
273
Case SyntaxKind.
LetClause
384
Case SyntaxKind.
LetClause
541
Case SyntaxKind.
LetClause
Syntax\SyntaxNodeExtensions.vb (1)
337
Case SyntaxKind.
LetClause