24 references to GotoCaseStatement
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder_Statements.cs (2)
110case SyntaxKind.GotoCaseStatement: 525case SyntaxKind.GotoCaseStatement:
Binder\ExpressionVariableFinder.cs (2)
51case SyntaxKind.GotoCaseStatement: 99if (node.Kind() == SyntaxKind.GotoCaseStatement)
Binder\LocalScopeBinder.cs (1)
265case SyntaxKind.GotoCaseStatement:
Binder\SwitchBinder.cs (3)
474Debug.Assert(node.Kind() == SyntaxKind.GotoCaseStatement || node.Kind() == SyntaxKind.GotoDefaultStatement); 494Debug.Assert(node.Kind() == SyntaxKind.GotoCaseStatement); 529if (node.Kind() == SyntaxKind.GotoCaseStatement)
Parser\LanguageParser.cs (1)
9496kind = SyntaxKind.GotoCaseStatement;
Symbols\Source\SourceLocalSymbol.cs (3)
172nodeToBind.Kind() == SyntaxKind.GotoCaseStatement || // for error recovery 748nodeToBind.Kind() == SyntaxKind.GotoCaseStatement || 802case SyntaxKind.GotoCaseStatement:
Syntax\LambdaUtilities.cs (1)
409case SyntaxKind.GotoCaseStatement:
Syntax\LookupPosition.cs (2)
339case SyntaxKind.GotoCaseStatement: 402case SyntaxKind.GotoCaseStatement:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2069token.Parent.IsKind(SyntaxKind.GotoCaseStatement))
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CompleteStatement\CompleteStatementCommandHandler.cs (1)
362case SyntaxKind.GotoCaseStatement:
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\BreakpointSpans.cs (1)
750case SyntaxKind.GotoCaseStatement:
EditAndContinue\SyntaxComparer.cs (1)
349case SyntaxKind.GotoCaseStatement:
Highlighting\KeywordHighlighters\SwitchStatementHighlighter.cs (1)
71if (gotoStatement.Kind() is SyntaxKind.GotoCaseStatement or SyntaxKind.GotoDefaultStatement ||
src\Compilers\CSharp\Portable\Syntax\LambdaUtilities.cs (1)
409case SyntaxKind.GotoCaseStatement:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\StatementParsingTests.cs (1)
1053Assert.Equal(SyntaxKind.GotoCaseStatement, statement.Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
107case SyntaxKind.GotoCaseStatement:
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2069token.Parent.IsKind(SyntaxKind.GotoCaseStatement))