28 references to LetClause
Microsoft.CodeAnalysis.CSharp (13)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
30232
return new LetClauseSyntax(SyntaxKind.
LetClause
, letKeyword, identifier, equalsToken, expression, this.context);
35659
return new LetClauseSyntax(SyntaxKind.
LetClause
, letKeyword, identifier, equalsToken, expression);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4526
/// <item><description><see cref="SyntaxKind.
LetClause
"/></description></item>
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
420
case SyntaxKind.
LetClause
:
Binder\Binder_Query.cs (2)
136
case SyntaxKind.
LetClause
:
350
case SyntaxKind.
LetClause
:
Binder\Binder_QueryErrors.cs (1)
174
case SyntaxKind.
LetClause
:
Syntax\LambdaUtilities.cs (4)
27
case SyntaxKind.
LetClause
:
87
case SyntaxKind.
LetClause
:
173
case SyntaxKind.
LetClause
:
314
case SyntaxKind.
LetClause
:
Syntax\SyntaxNodeExtensions.cs (1)
41
case SyntaxKind.
LetClause
:
Syntax\SyntaxNormalizer.cs (1)
296
(nextToken.IsKind(SyntaxKind.LetKeyword) && nextToken.Parent.IsKind(SyntaxKind.
LetClause
)) ||
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\ElasticTriviaFormattingRule.cs (1)
374
(currentToken.Kind() == SyntaxKind.LetKeyword && currentToken.Parent.IsKind(SyntaxKind.
LetClause
)) ||
Microsoft.CodeAnalysis.CSharp.Features (11)
ConvertLinq\CSharpConvertLinqQueryToForEachProvider.cs (2)
148
case SyntaxKind.
LetClause
:
842
case SyntaxKind.
LetClause
:
EditAndContinue\BreakpointSpans.cs (1)
397
case SyntaxKind.
LetClause
:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
1499
case SyntaxKind.
LetClause
:
1891
case SyntaxKind.
LetClause
:
2194
case SyntaxKind.
LetClause
:
EditAndContinue\SyntaxComparer.cs (1)
482
case SyntaxKind.
LetClause
:
src\roslyn\src\Compilers\CSharp\Portable\Syntax\LambdaUtilities.cs (4)
27
case SyntaxKind.
LetClause
:
87
case SyntaxKind.
LetClause
:
173
case SyntaxKind.
LetClause
:
314
case SyntaxKind.
LetClause
:
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Rename\LocalConflictVisitor.cs (1)
171
case SyntaxKind.
LetClause
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\ElasticTriviaFormattingRule.cs (1)
374
(currentToken.Kind() == SyntaxKind.LetKeyword && currentToken.Parent.IsKind(SyntaxKind.
LetClause
)) ||
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\ElasticTriviaFormattingRule.cs (1)
374
(currentToken.Kind() == SyntaxKind.LetKeyword && currentToken.Parent.IsKind(SyntaxKind.
LetClause
)) ||