19 references to ContinueKeyword
Microsoft.CodeAnalysis.CSharp (11)
_generated\0\Syntax.xml.Main.Generated.cs (3)
4240if (continueKeyword.Kind() != SyntaxKind.ContinueKeyword) throw new ArgumentException(nameof(continueKeyword)); 4247=> SyntaxFactory.ContinueStatement(attributeLists, SyntaxFactory.Token(SyntaxKind.ContinueKeyword), SyntaxFactory.Token(SyntaxKind.SemicolonToken)); 4251=> SyntaxFactory.ContinueStatement(default, SyntaxFactory.Token(SyntaxKind.ContinueKeyword), SyntaxFactory.Token(SyntaxKind.SemicolonToken));
_generated\1\Syntax.xml.Internal.Generated.cs (2)
31225if (continueKeyword.Kind != SyntaxKind.ContinueKeyword) throw new ArgumentException(nameof(continueKeyword)); 36652if (continueKeyword.Kind != SyntaxKind.ContinueKeyword) throw new ArgumentException(nameof(continueKeyword));
Parser\LanguageParser.cs (4)
8363case SyntaxKind.ContinueKeyword: 9252case SyntaxKind.ContinueKeyword: 9385this.EatToken(SyntaxKind.ContinueKeyword), 11193case SyntaxKind.ContinueKeyword:
Syntax\SyntaxKindFacts.cs (2)
957return SyntaxKind.ContinueKeyword; 1656case SyntaxKind.ContinueKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
31public static readonly SyntaxToken ContinueKeyword = Token(SyntaxKind.ContinueKeyword);
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\ContinueKeywordRecommender.cs (1)
13internal sealed class ContinueKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.ContinueKeyword)
GoToDefinition\CSharpGoToDefinitionSymbolService.cs (1)
34case SyntaxKind.ContinueKeyword:
Highlighting\KeywordHighlighters\LoopHighlighter.cs (1)
32or SyntaxKind.ContinueKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
76case SyntaxKind.ContinueKeyword:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
31public static readonly SyntaxToken ContinueKeyword = Token(SyntaxKind.ContinueKeyword);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
69CSharpSyntaxKind.ContinueKeyword,
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
31public static readonly SyntaxToken ContinueKeyword = Token(SyntaxKind.ContinueKeyword);