4 references to GotoStatement
Microsoft.CodeAnalysis.CSharp (4)
_generated\0\Syntax.xml.Main.Generated.cs (2)
4201
=> SyntaxFactory.
GotoStatement
(kind, attributeLists, SyntaxFactory.Token(SyntaxKind.GotoKeyword), caseOrDefaultKeyword, expression, SyntaxFactory.Token(SyntaxKind.SemicolonToken));
4206
=> SyntaxFactory.
GotoStatement
(kind, default, SyntaxFactory.Token(SyntaxKind.GotoKeyword), default, expression, SyntaxFactory.Token(SyntaxKind.SemicolonToken));
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
7138
var newNode = SyntaxFactory.
GotoStatement
(this.Kind(), attributeLists, gotoKeyword, caseOrDefaultKeyword, expression, semicolonToken);
Syntax\GotoStatementSyntax.cs (1)
24
=>
GotoStatement
(kind, attributeLists: default, gotoKeyword, caseOrDefaultKeyword, expression, semicolonToken);