18 references to ContinueKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (4)
7988case SyntaxKind.ContinueKeyword: 8816case SyntaxKind.ContinueKeyword: 8932this.EatToken(SyntaxKind.ContinueKeyword), 10708case SyntaxKind.ContinueKeyword:
Syntax\SyntaxKindFacts.cs (2)
927return SyntaxKind.ContinueKeyword; 1573case SyntaxKind.ContinueKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
27public static readonly SyntaxToken ContinueKeyword = Token(SyntaxKind.ContinueKeyword);
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\ContinueKeywordRecommender.cs (1)
16: base(SyntaxKind.ContinueKeyword)
GoToDefinition\CSharpGoToDefinitionSymbolService.cs (1)
34case SyntaxKind.ContinueKeyword:
Highlighting\KeywordHighlighters\LoopHighlighter.cs (1)
31or SyntaxKind.ContinueKeyword
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
Generated\Syntax.Test.xml.Generated.cs (4)
380=> InternalSyntaxFactory.ContinueStatement(new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.AttributeListSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.ContinueKeyword), InternalSyntaxFactory.Token(SyntaxKind.SemicolonToken)); 2199Assert.Equal(SyntaxKind.ContinueKeyword, node.ContinueKeyword.Kind); 10596=> SyntaxFactory.ContinueStatement(new SyntaxList<AttributeListSyntax>(), SyntaxFactory.Token(SyntaxKind.ContinueKeyword), SyntaxFactory.Token(SyntaxKind.SemicolonToken)); 12415Assert.Equal(SyntaxKind.ContinueKeyword, node.ContinueKeyword.Kind());
Parsing\StatementAttributeParsingTests.cs (1)
480N(SyntaxKind.ContinueKeyword);
Parsing\StatementParsingTests.cs (1)
1019Assert.Equal(SyntaxKind.ContinueKeyword, cs.ContinueKeyword.Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
74case SyntaxKind.ContinueKeyword:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
27public static readonly SyntaxToken ContinueKeyword = Token(SyntaxKind.ContinueKeyword);