31 references to LetClause
Microsoft.CodeAnalysis.VisualBasic (24)
Binding\Binder_Query.vb (8)
114
Case SyntaxKind.
LetClause
872
SyntaxKind.
LetClause
,
1219
Case SyntaxKind.
LetClause
1246
Case SyntaxKind.
LetClause
1296
Case SyntaxKind.
LetClause
2706
Case SyntaxKind.SelectClause, SyntaxKind.
LetClause
, SyntaxKind.FromClause
2900
If item.Parent.Kind = SyntaxKind.
LetClause
AndAlso ShadowsRangeVariableInTheChildScope(shadowingCheckBinder, rangeVar) Then
3135
Case SyntaxKind.
LetClause
Binding\MemberSemanticModel.vb (4)
929
Debug.Assert(nodeKind <> SyntaxKind.
LetClause
AndAlso nodeKind <> SyntaxKind.OrderByClause AndAlso nodeKind <> SyntaxKind.AggregateClause)
975
Debug.Assert(node.Parent IsNot Nothing AndAlso node.Parent.Kind = SyntaxKind.
LetClause
)
1386
Case SyntaxKind.
LetClause
1656
(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)
274
Case SyntaxKind.
LetClause
385
Case SyntaxKind.
LetClause
542
Case SyntaxKind.
LetClause
Syntax\SyntaxNodeExtensions.vb (1)
337
Case SyntaxKind.
LetClause
Microsoft.CodeAnalysis.VisualBasic.Features (7)
EditAndContinue\BreakpointSpans.vb (1)
200
Case SyntaxKind.
LetClause
EditAndContinue\SyntaxComparer.vb (1)
641
Case SyntaxKind.
LetClause
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
1269
Case SyntaxKind.
LetClause
1649
Case SyntaxKind.
LetClause
src\roslyn\src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (3)
274
Case SyntaxKind.
LetClause
385
Case SyntaxKind.
LetClause
542
Case SyntaxKind.
LetClause