28 references to GotoCaseStatement
Microsoft.CodeAnalysis.CSharp (19)
_generated\0\Syntax.xml.Main.Generated.cs (1)
4195
case SyntaxKind.
GotoCaseStatement
:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
31175
case SyntaxKind.
GotoCaseStatement
:
36602
case SyntaxKind.
GotoCaseStatement
:
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7073
/// <item><description><see cref="SyntaxKind.
GotoCaseStatement
"/></description></item>
Binder\Binder_Statements.cs (2)
110
case SyntaxKind.
GotoCaseStatement
:
525
case SyntaxKind.
GotoCaseStatement
:
Binder\ExpressionVariableFinder.cs (2)
51
case SyntaxKind.
GotoCaseStatement
:
99
if (node.Kind() == SyntaxKind.
GotoCaseStatement
)
Binder\LocalScopeBinder.cs (1)
265
case SyntaxKind.
GotoCaseStatement
:
Binder\SwitchBinder.cs (3)
496
Debug.Assert(node.Kind() == SyntaxKind.
GotoCaseStatement
|| node.Kind() == SyntaxKind.GotoDefaultStatement);
516
Debug.Assert(node.Kind() == SyntaxKind.
GotoCaseStatement
);
551
if (node.Kind() == SyntaxKind.
GotoCaseStatement
)
Parser\LanguageParser.cs (1)
10003
kind = SyntaxKind.
GotoCaseStatement
;
Symbols\Source\SourceLocalSymbol.cs (3)
204
nodeToBind.Kind() == SyntaxKind.
GotoCaseStatement
|| // for error recovery
821
nodeToBind.Kind() == SyntaxKind.
GotoCaseStatement
||
872
case SyntaxKind.
GotoCaseStatement
:
Syntax\LambdaUtilities.cs (1)
411
case SyntaxKind.
GotoCaseStatement
:
Syntax\LookupPosition.cs (2)
339
case SyntaxKind.
GotoCaseStatement
:
402
case SyntaxKind.
GotoCaseStatement
:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2077
token.Parent.IsKind(SyntaxKind.
GotoCaseStatement
))
Microsoft.CodeAnalysis.CSharp.Features (5)
EditAndContinue\BreakpointSpans.cs (1)
751
case SyntaxKind.
GotoCaseStatement
:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1846
case SyntaxKind.
GotoCaseStatement
:
EditAndContinue\SyntaxComparer.cs (1)
351
case SyntaxKind.
GotoCaseStatement
:
Highlighting\KeywordHighlighters\SwitchStatementHighlighter.cs (1)
72
if (gotoStatement.Kind() is SyntaxKind.
GotoCaseStatement
or SyntaxKind.GotoDefaultStatement ||
src\roslyn\src\Compilers\CSharp\Portable\Syntax\LambdaUtilities.cs (1)
411
case SyntaxKind.
GotoCaseStatement
:
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\ClassificationHelpers.cs (1)
110
case SyntaxKind.
GotoCaseStatement
:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2077
token.Parent.IsKind(SyntaxKind.
GotoCaseStatement
))
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
2077
token.Parent.IsKind(SyntaxKind.
GotoCaseStatement
))