20 references to GotoStatement
Microsoft.CodeAnalysis.CSharp (12)
_generated\0\Syntax.xml.Main.Generated.cs (1)
4194
case SyntaxKind.
GotoStatement
:
_generated\1\Syntax.xml.Internal.Generated.cs (2)
31174
case SyntaxKind.
GotoStatement
:
36601
case SyntaxKind.
GotoStatement
:
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7072
/// <item><description><see cref="SyntaxKind.
GotoStatement
"/></description></item>
Binder\Binder.IdentifierUsedAsValueFinder.cs (1)
135
case GotoStatementSyntax { RawKind: (int)SyntaxKind.
GotoStatement
}:
Binder\Binder_Statements.cs (2)
109
case SyntaxKind.
GotoStatement
:
514
case SyntaxKind.
GotoStatement
:
Compilation\CSharpSemanticModel.cs (1)
2410
return parent.IsKind(SyntaxKind.
GotoStatement
)
Compiler\MethodCompiler.cs (1)
2202
case GotoStatementSyntax { RawKind: (int)SyntaxKind.
GotoStatement
}:
Parser\LanguageParser.cs (1)
10013
kind = SyntaxKind.
GotoStatement
;
Syntax\LookupPosition.cs (2)
340
case SyntaxKind.
GotoStatement
:
403
case SyntaxKind.
GotoStatement
:
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseSimpleUsingStatement\UseSimpleUsingStatementDiagnosticAnalyzer.cs (1)
222
=> priorStatement.Kind() is SyntaxKind.
GotoStatement
or
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateEnumMember\CSharpGenerateEnumMemberService.cs (1)
44
or SyntaxKind.
GotoStatement
Microsoft.CodeAnalysis.CSharp.Features (5)
EditAndContinue\BreakpointSpans.cs (1)
750
case SyntaxKind.
GotoStatement
:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1845
case SyntaxKind.
GotoStatement
:
EditAndContinue\SyntaxComparer.cs (1)
347
case SyntaxKind.
GotoStatement
:
src\roslyn\src\Analyzers\CSharp\Analyzers\UseSimpleUsingStatement\UseSimpleUsingStatementDiagnosticAnalyzer.cs (1)
222
=> priorStatement.Kind() is SyntaxKind.
GotoStatement
or
src\roslyn\src\Analyzers\CSharp\CodeFixes\GenerateEnumMember\CSharpGenerateEnumMemberService.cs (1)
44
or SyntaxKind.
GotoStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\ClassificationHelpers.cs (1)
112
case SyntaxKind.
GotoStatement
: