16 references to GotoDefaultStatement
Microsoft.CodeAnalysis.CSharp (11)
_generated\0\Syntax.xml.Main.Generated.cs (1)
4196
case SyntaxKind.
GotoDefaultStatement
: break;
_generated\1\Syntax.xml.Internal.Generated.cs (2)
31176
case SyntaxKind.
GotoDefaultStatement
: break;
36603
case SyntaxKind.
GotoDefaultStatement
: break;
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7074
/// <item><description><see cref="SyntaxKind.
GotoDefaultStatement
"/></description></item>
Binder\Binder_Statements.cs (2)
111
case SyntaxKind.
GotoDefaultStatement
:
526
case SyntaxKind.
GotoDefaultStatement
:
Binder\SwitchBinder.cs (2)
496
Debug.Assert(node.Kind() == SyntaxKind.GotoCaseStatement || node.Kind() == SyntaxKind.
GotoDefaultStatement
);
541
Debug.Assert(node.Kind() == SyntaxKind.
GotoDefaultStatement
);
Parser\LanguageParser.cs (1)
10008
kind = SyntaxKind.
GotoDefaultStatement
;
Syntax\LookupPosition.cs (2)
338
case SyntaxKind.
GotoDefaultStatement
:
401
case SyntaxKind.
GotoDefaultStatement
:
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\BreakpointSpans.cs (1)
752
case SyntaxKind.
GotoDefaultStatement
:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1847
case SyntaxKind.
GotoDefaultStatement
:
EditAndContinue\SyntaxComparer.cs (1)
352
case SyntaxKind.
GotoDefaultStatement
:
Highlighting\KeywordHighlighters\SwitchStatementHighlighter.cs (1)
72
if (gotoStatement.Kind() is SyntaxKind.GotoCaseStatement or SyntaxKind.
GotoDefaultStatement
||
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\ClassificationHelpers.cs (1)
111
case SyntaxKind.
GotoDefaultStatement
: