4 instantiations of ErrorStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (1)
14725Return new Microsoft.CodeAnalysis.VisualBasic.Syntax.ErrorStatementSyntax(Me, parent, startLocation)
Generated\Syntax.xml.Main.Generated.vb (2)
3165Return New ErrorStatementSyntax(node.Kind, node.Green.GetDiagnostics, node.Green.GetAnnotations, newErrorKeyword, newErrorNumber) 15128Return New ErrorStatementSyntax(SyntaxKind.ErrorStatement, Nothing, Nothing, DirectCast(errorKeyword.Node, InternalSyntax.KeywordSyntax), errorNumber)
Generated\Syntax.xml.Syntax.Generated.vb (1)
16267Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ErrorStatementSyntax(kind, errors, annotations, errorKeyword, DirectCast(errorNumber.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)
17 references to ErrorStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Statements.vb (2)
134Return BindError(DirectCast(node, ErrorStatementSyntax), diagnostics) 5203Private Function BindError(node As ErrorStatementSyntax, diagnostics As BindingDiagnosticBag) As BoundStatement
Generated\Syntax.xml.Main.Generated.vb (5)
302Public Overridable Function VisitErrorStatement(ByVal node As ErrorStatementSyntax) As TResult 1037Public Overridable Sub VisitErrorStatement(ByVal node As ErrorStatementSyntax) 3156Public Overrides Function VisitErrorStatement(ByVal node As ErrorStatementSyntax) As SyntaxNode 15010Public Shared Function ErrorStatement(errorKeyword As SyntaxToken, errorNumber As ExpressionSyntax) As ErrorStatementSyntax 15138Public Shared Function ErrorStatement(errorNumber As ExpressionSyntax) As ErrorStatementSyntax
Generated\Syntax.xml.Syntax.Generated.vb (3)
16284Public Shadows Function WithErrorKeyword(errorKeyword as SyntaxToken) As ErrorStatementSyntax 16302Public Shadows Function WithErrorNumber(errorNumber as ExpressionSyntax) As ErrorStatementSyntax 16343Public Function Update(errorKeyword As SyntaxToken, errorNumber As ExpressionSyntax) As ErrorStatementSyntax
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
IsStatementTerminatingTokenVisitor.vb (1)
53Public Overrides Function VisitErrorStatement(node As ErrorStatementSyntax) As Boolean
SyntaxTreeExtensions.vb (1)
390targetToken.IsChildToken(Of ErrorStatementSyntax)(Function(errorStatement) errorStatement.ErrorKeyword) OrElse
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicSelectionValidator.Validator.vb (1)
53TypeOf statement Is ErrorStatementSyntax OrElse
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
12555Private Shared Function GenerateRedErrorStatement() As ErrorStatementSyntax
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
IsStatementTerminatingTokenVisitor.vb (1)
53Public Overrides Function VisitErrorStatement(node As ErrorStatementSyntax) As Boolean
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
390targetToken.IsChildToken(Of ErrorStatementSyntax)(Function(errorStatement) errorStatement.ErrorKeyword) OrElse
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Help\VisualBasicHelpContextService.Visitor.vb (1)
236Public Overrides Sub VisitErrorStatement(node As ErrorStatementSyntax)