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