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