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