2 instantiations of GoToStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
37837
Dim result = New
GoToStatementSyntax
(SyntaxKind.GoToStatement, goToKeyword, label)
49903
Dim result = New
GoToStatementSyntax
(SyntaxKind.GoToStatement, goToKeyword, label, _factoryContext)
7 references to GoToStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
29048
Public Overridable Function VisitGoToStatement(ByVal node As
GoToStatementSyntax
) As VisualBasicSyntaxNode
31152
Public Overrides Function VisitGoToStatement(ByVal node As
GoToStatementSyntax
) As VisualBasicSyntaxNode
37827
Friend Shared Function GoToStatement(goToKeyword As KeywordSyntax, label As LabelSyntax) As
GoToStatementSyntax
37834
Return DirectCast(cached,
GoToStatementSyntax
)
49893
Friend Function GoToStatement(goToKeyword As KeywordSyntax, label As LabelSyntax) As
GoToStatementSyntax
49900
Return DirectCast(cached,
GoToStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
13571
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
GoToStatementSyntax
)._goToKeyword, Me.Position, 0)