10 references to JoinIntoClause
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpSemanticModel.cs (1)
5110
case SyntaxKind.
JoinIntoClause
:
Syntax\SyntaxNodeExtensions.cs (1)
40
case SyntaxKind.
JoinIntoClause
:
Syntax\SyntaxNormalizer.cs (1)
283
(nextToken.IsKind(SyntaxKind.JoinKeyword) && nextToken.Parent.IsKind(SyntaxKind.
JoinIntoClause
)) ||
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpSyntaxFacts.cs (1)
304
return token.Parent is (kind: SyntaxKind.
JoinIntoClause
or SyntaxKind.QueryContinuation);
ElasticTriviaFormattingRule.cs (1)
364
(currentToken.Kind() == SyntaxKind.JoinKeyword && currentToken.Parent.IsKind(SyntaxKind.
JoinIntoClause
)) ||
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1858
case SyntaxKind.
JoinIntoClause
:
2151
case SyntaxKind.
JoinIntoClause
:
EditAndContinue\SyntaxComparer.cs (1)
498
case SyntaxKind.
JoinIntoClause
:
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSyntaxFacts.cs (1)
304
return token.Parent is (kind: SyntaxKind.
JoinIntoClause
or SyntaxKind.QueryContinuation);
ElasticTriviaFormattingRule.cs (1)
364
(currentToken.Kind() == SyntaxKind.JoinKeyword && currentToken.Parent.IsKind(SyntaxKind.
JoinIntoClause
)) ||