13 references to GotoDefaultStatement
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Statements.cs (2)
110case SyntaxKind.GotoDefaultStatement: 523case SyntaxKind.GotoDefaultStatement:
Binder\SwitchBinder.cs (2)
470Debug.Assert(node.Kind() == SyntaxKind.GotoCaseStatement || node.Kind() == SyntaxKind.GotoDefaultStatement); 515Debug.Assert(node.Kind() == SyntaxKind.GotoDefaultStatement);
Parser\LanguageParser.cs (1)
8955kind = SyntaxKind.GotoDefaultStatement;
Syntax\LookupPosition.cs (2)
338case SyntaxKind.GotoDefaultStatement: 401case SyntaxKind.GotoDefaultStatement:
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\BreakpointSpans.cs (1)
570case SyntaxKind.GotoDefaultStatement:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1818case SyntaxKind.GotoDefaultStatement:
EditAndContinue\SyntaxComparer.cs (1)
349case SyntaxKind.GotoDefaultStatement:
Highlighting\KeywordHighlighters\SwitchStatementHighlighter.cs (1)
65if (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: