4 references to OnErrorResumeNextStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
15128
Return new
OnErrorResumeNextStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _onKeyword, _errorKeyword, _resumeKeyword, _nextKeyword)
15132
Return new
OnErrorResumeNextStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _onKeyword, _errorKeyword, _resumeKeyword, _nextKeyword)
39460
Return New
OnErrorResumeNextStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newOnKeyword, newErrorKeyword, newResumeKeyword, newNextKeyword)
Generated\Syntax.xml.Syntax.Generated.vb (1)
16562
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
OnErrorResumeNextStatementSyntax
(kind, errors, annotations, onKeyword, errorKeyword, resumeKeyword, nextKeyword), Nothing, 0)