2 references to OnErrorGoToStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseStatement.vb (2)
979
Dim statement = SyntaxFactory.
OnErrorGoToStatement
(SyntaxKind.OnErrorGoToLabelStatement,
1045
Dim statement = SyntaxFactory.
OnErrorGoToStatement
(kind, onKeyword, errorKeyword, gotoKeyword, optionalMinusToken, label)