4 references to GoToStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
11887
Return new
GoToStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _goToKeyword, _label)
11891
Return new
GoToStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _goToKeyword, _label)
39089
Return New
GoToStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newGoToKeyword, newLabel)
Generated\Syntax.xml.Syntax.Generated.vb (1)
13563
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
GoToStatementSyntax
(kind, errors, annotations, goToKeyword, DirectCast(label.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.LabelSyntax)), Nothing, 0)