16 references to ContinueKeyword
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (4)
7961case SyntaxKind.ContinueKeyword: 8784case SyntaxKind.ContinueKeyword: 8900this.EatToken(SyntaxKind.ContinueKeyword), 10584case SyntaxKind.ContinueKeyword:
Syntax\SyntaxKindFacts.cs (2)
927return SyntaxKind.ContinueKeyword; 1573case 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)
377=> InternalSyntaxFactory.ContinueStatement(new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.AttributeListSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.ContinueKeyword), InternalSyntaxFactory.Token(SyntaxKind.SemicolonToken)); 2186Assert.Equal(SyntaxKind.ContinueKeyword, node.ContinueKeyword.Kind); 10554=> SyntaxFactory.ContinueStatement(new SyntaxList<AttributeListSyntax>(), SyntaxFactory.Token(SyntaxKind.ContinueKeyword), SyntaxFactory.Token(SyntaxKind.SemicolonToken)); 12363Assert.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 (1)
Classification\ClassificationHelpers.cs (1)
88case SyntaxKind.ContinueKeyword: