19 references to GoToStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\ControlFlowPass.vb (1)
170errorLocation = DirectCast(syntax, GoToStatementSyntax).Label
Binding\Binder_Statements.vb (2)
57Return BindGoToStatement(DirectCast(node, GoToStatementSyntax), diagnostics) 828Private Function BindGoToStatement(node As GoToStatementSyntax, diagnostics As BindingDiagnosticBag) As BoundStatement
Generated\Syntax.xml.Main.Generated.vb (5)
239Public Overridable Function VisitGoToStatement(ByVal node As GoToStatementSyntax) As TResult 974Public Overridable Sub VisitGoToStatement(ByVal node As GoToStatementSyntax) 2825Public Overrides Function VisitGoToStatement(ByVal node As GoToStatementSyntax) As SyntaxNode 13106Public Shared Function GoToStatement(goToKeyword As SyntaxToken, label As LabelSyntax) As GoToStatementSyntax 13133Public Shared Function GoToStatement(label As LabelSyntax) As GoToStatementSyntax
Generated\Syntax.xml.Syntax.Generated.vb (3)
13580Public Shadows Function WithGoToKeyword(goToKeyword as SyntaxToken) As GoToStatementSyntax 13598Public Shadows Function WithLabel(label as LabelSyntax) As GoToStatementSyntax 13639Public Function Update(goToKeyword As SyntaxToken, label As LabelSyntax) As GoToStatementSyntax
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (1)
61Public Overrides Function VisitGoToStatement(node As GoToStatementSyntax) As Boolean
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
274Dim gotoStatement = targetToken.GetAncestor(Of GoToStatementSyntax)()
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GoToDefinition\VisualBasicGoToDefinitionSymbolService.vb (1)
56Dim goToStatement = DirectCast(node, GoToStatementSyntax)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (1)
61Public Overrides Function VisitGoToStatement(node As GoToStatementSyntax) As Boolean
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
274Dim gotoStatement = targetToken.GetAncestor(Of GoToStatementSyntax)()
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (1)
61Public Overrides Function VisitGoToStatement(node As GoToStatementSyntax) As Boolean
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
274Dim gotoStatement = targetToken.GetAncestor(Of GoToStatementSyntax)()
System.Windows.Forms.Analyzers.VisualBasic (1)
Analyzers\Designer\InitializeComponentAnalyzer.vb (1)
108ElseIf TypeOf node Is GoToStatementSyntax Then