2 references to LabelStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseStatement.vb (2)
1578Return ReportSyntaxError(SyntaxFactory.LabelStatement(labelName, InternalSyntaxFactory.MissingPunctuation(SyntaxKind.ColonToken)), ERRID.ERR_ObsoleteLineNumbersAreLabels) 1597Dim statement = SyntaxFactory.LabelStatement(labelName, colonToken)