28 references to IntoKeyword
Microsoft.CodeAnalysis.CSharp (20)
_generated\0\Syntax.xml.Main.Generated.cs (6)
3565if (intoKeyword.Kind() != SyntaxKind.IntoKeyword) throw new ArgumentException(nameof(intoKeyword)); 3572=> SyntaxFactory.JoinIntoClause(SyntaxFactory.Token(SyntaxKind.IntoKeyword), identifier); 3576=> SyntaxFactory.JoinIntoClause(SyntaxFactory.Token(SyntaxKind.IntoKeyword), SyntaxFactory.Identifier(identifier)); 3662if (intoKeyword.Kind() != SyntaxKind.IntoKeyword) throw new ArgumentException(nameof(intoKeyword)); 3670=> SyntaxFactory.QueryContinuation(SyntaxFactory.Token(SyntaxKind.IntoKeyword), identifier, body); 3674=> SyntaxFactory.QueryContinuation(SyntaxFactory.Token(SyntaxKind.IntoKeyword), SyntaxFactory.Identifier(identifier), body);
_generated\1\Syntax.xml.Internal.Generated.cs (4)
30260if (intoKeyword.Kind != SyntaxKind.IntoKeyword) throw new ArgumentException(nameof(intoKeyword)); 30393if (intoKeyword.Kind != SyntaxKind.IntoKeyword) throw new ArgumentException(nameof(intoKeyword)); 35687if (intoKeyword.Kind != SyntaxKind.IntoKeyword) throw new ArgumentException(nameof(intoKeyword)); 35820if (intoKeyword.Kind != SyntaxKind.IntoKeyword) throw new ArgumentException(nameof(intoKeyword));
Binder\Binder_QueryErrors.cs (1)
190clauseKind = SyntaxFacts.GetText(SyntaxKind.IntoKeyword);
Parser\LanguageParser.cs (5)
14094case SyntaxKind.IntoKeyword: 14218this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword 14271into: this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword 14380Debug.Assert(this.CurrentToken.ContextualKind == SyntaxKind.IntoKeyword); 14382this.EatContextualToken(SyntaxKind.IntoKeyword),
Syntax\SyntaxKindFacts.cs (4)
1260case SyntaxKind.IntoKeyword: 1320case SyntaxKind.IntoKeyword: 1350return SyntaxKind.IntoKeyword; 1798case SyntaxKind.IntoKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
298case SyntaxKind.IntoKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\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)
13internal sealed class IntoKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.IntoKeyword)
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Simplification\Reducers\CSharpEscapingReducer.cs (1)
73case SyntaxKind.IntoKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
298case SyntaxKind.IntoKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs (1)
301token.GetPreviousToken(includeSkipped: true).Kind() == SyntaxKind.IntoKeyword)
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
298case SyntaxKind.IntoKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTokenExtensions.cs (1)
301token.GetPreviousToken(includeSkipped: true).Kind() == SyntaxKind.IntoKeyword)