25 references to IntoKeyword
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_QueryErrors.cs (1)
190clauseKind = SyntaxFacts.GetText(SyntaxKind.IntoKeyword);
Parser\LanguageParser.cs (5)
13417case SyntaxKind.IntoKeyword: 13545this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword 13598into: this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword 13704Debug.Assert(this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword); 13706this.EatContextualToken(SyntaxKind.IntoKeyword),
Syntax\SyntaxKindFacts.cs (4)
1189case SyntaxKind.IntoKeyword: 1245case SyntaxKind.IntoKeyword: 1275return SyntaxKind.IntoKeyword; 1715case SyntaxKind.IntoKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
299case SyntaxKind.IntoKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs (1)
301token.GetPreviousToken(includeSkipped: true).Kind() == SyntaxKind.IntoKeyword)
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\IntoKeywordRecommender.cs (1)
16: base(SyntaxKind.IntoKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (9)
Generated\Syntax.Test.xml.Generated.cs (8)
239=> InternalSyntaxFactory.JoinIntoClause(InternalSyntaxFactory.Token(SyntaxKind.IntoKeyword), InternalSyntaxFactory.Identifier("Identifier")); 257=> InternalSyntaxFactory.QueryContinuation(InternalSyntaxFactory.Token(SyntaxKind.IntoKeyword), InternalSyntaxFactory.Identifier("Identifier"), GenerateQueryBody()); 1646Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind); 1714Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind); 10416=> SyntaxFactory.JoinIntoClause(SyntaxFactory.Token(SyntaxKind.IntoKeyword), SyntaxFactory.Identifier("Identifier")); 10434=> SyntaxFactory.QueryContinuation(SyntaxFactory.Token(SyntaxKind.IntoKeyword), SyntaxFactory.Identifier("Identifier"), GenerateQueryBody()); 11823Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind()); 11891Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind());
Parsing\ExpressionParsingTests.cs (1)
2389Assert.Equal(SyntaxKind.IntoKeyword, qs.Body.Continuation.IntoKeyword.Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Simplification\Reducers\CSharpEscapingReducer.cs (1)
92case SyntaxKind.IntoKeyword:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
299case SyntaxKind.IntoKeyword:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs (1)
301token.GetPreviousToken(includeSkipped: true).Kind() == SyntaxKind.IntoKeyword)