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