25 references to IntoKeyword
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_QueryErrors.cs (1)
190clauseKind = SyntaxFacts.GetText(SyntaxKind.IntoKeyword);
Parser\LanguageParser.cs (5)
12630case SyntaxKind.IntoKeyword: 12757this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword 12810into: this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword 12916Debug.Assert(this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword); 12918this.EatContextualToken(SyntaxKind.IntoKeyword),
Syntax\SyntaxKindFacts.cs (4)
1156case SyntaxKind.IntoKeyword: 1211case SyntaxKind.IntoKeyword: 1241return SyntaxKind.IntoKeyword; 1679case SyntaxKind.IntoKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
303case SyntaxKind.IntoKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs\SyntaxTokenExtensions.cs (1)
300token.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)
230=> InternalSyntaxFactory.JoinIntoClause(InternalSyntaxFactory.Token(SyntaxKind.IntoKeyword), InternalSyntaxFactory.Identifier("Identifier")); 248=> InternalSyntaxFactory.QueryContinuation(InternalSyntaxFactory.Token(SyntaxKind.IntoKeyword), InternalSyntaxFactory.Identifier("Identifier"), GenerateQueryBody()); 1598Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind); 1666Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind); 10206=> SyntaxFactory.JoinIntoClause(SyntaxFactory.Token(SyntaxKind.IntoKeyword), SyntaxFactory.Identifier("Identifier")); 10224=> SyntaxFactory.QueryContinuation(SyntaxFactory.Token(SyntaxKind.IntoKeyword), SyntaxFactory.Identifier("Identifier"), GenerateQueryBody()); 11574Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind()); 11642Assert.Equal(SyntaxKind.IntoKeyword, node.IntoKeyword.Kind());
Parsing\ExpressionParsingTests.cs (1)
2389Assert.Equal(SyntaxKind.IntoKeyword, qs.Body.Continuation.IntoKeyword.Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpSyntaxFacts.cs (1)
303case SyntaxKind.IntoKeyword:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs\SyntaxTokenExtensions.cs (1)
300token.GetPreviousToken(includeSkipped: true).Kind() == SyntaxKind.IntoKeyword)
Simplification\Reducers\CSharpEscapingReducer.cs (1)
93case SyntaxKind.IntoKeyword: