12 references to GotoDefaultStatement
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Statements.cs (2)
111case SyntaxKind.GotoDefaultStatement: 526case SyntaxKind.GotoDefaultStatement:
Binder\SwitchBinder.cs (2)
474Debug.Assert(node.Kind() == SyntaxKind.GotoCaseStatement || node.Kind() == SyntaxKind.GotoDefaultStatement); 519Debug.Assert(node.Kind() == SyntaxKind.GotoDefaultStatement);
Parser\LanguageParser.cs (1)
9501kind = SyntaxKind.GotoDefaultStatement;
Syntax\LookupPosition.cs (2)
338case SyntaxKind.GotoDefaultStatement: 401case SyntaxKind.GotoDefaultStatement:
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\BreakpointSpans.cs (1)
751case SyntaxKind.GotoDefaultStatement:
EditAndContinue\SyntaxComparer.cs (1)
350case SyntaxKind.GotoDefaultStatement:
Highlighting\KeywordHighlighters\SwitchStatementHighlighter.cs (1)
71if (gotoStatement.Kind() is SyntaxKind.GotoCaseStatement or SyntaxKind.GotoDefaultStatement ||
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\StatementParsingTests.cs (1)
1077Assert.Equal(SyntaxKind.GotoDefaultStatement, statement.Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\ClassificationHelpers.cs (1)
108case SyntaxKind.GotoDefaultStatement: