28 references to LetClause
Microsoft.CodeAnalysis.CSharp (13)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
30232return new LetClauseSyntax(SyntaxKind.LetClause, letKeyword, identifier, equalsToken, expression, this.context); 35659return 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)
420case SyntaxKind.LetClause:
Binder\Binder_Query.cs (2)
136case SyntaxKind.LetClause: 350case SyntaxKind.LetClause:
Binder\Binder_QueryErrors.cs (1)
174case SyntaxKind.LetClause:
Syntax\LambdaUtilities.cs (4)
27case SyntaxKind.LetClause: 87case SyntaxKind.LetClause: 173case SyntaxKind.LetClause: 314case SyntaxKind.LetClause:
Syntax\SyntaxNodeExtensions.cs (1)
41case 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)
148case SyntaxKind.LetClause: 842case SyntaxKind.LetClause:
EditAndContinue\BreakpointSpans.cs (1)
397case SyntaxKind.LetClause:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
1499case SyntaxKind.LetClause: 1891case SyntaxKind.LetClause: 2194case SyntaxKind.LetClause:
EditAndContinue\SyntaxComparer.cs (1)
482case SyntaxKind.LetClause:
src\roslyn\src\Compilers\CSharp\Portable\Syntax\LambdaUtilities.cs (4)
27case SyntaxKind.LetClause: 87case SyntaxKind.LetClause: 173case SyntaxKind.LetClause: 314case SyntaxKind.LetClause:
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Rename\LocalConflictVisitor.cs (1)
171case 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)) ||