2 instantiations of BoundBadStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
649
Dim result = New
BoundBadStatement
(Me.Syntax, childBoundNodes, Me.HasErrors)
Symbols\Source\SynthesizedMainTypeEntryPoint.vb (1)
79
statement = New
BoundBadStatement
(syntaxNode, ImmutableArray(Of BoundNode).Empty, hasErrors:=True)
11 references to BoundBadStatement
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1343
Public Overrides Function VisitBadStatement(node As
BoundBadStatement
) As BoundNode
Binding\Binder_Statements.vb (1)
267
Private Function BindStandAloneCaseStatement(caseStatement As CaseStatementSyntax, diagnostics As BindingDiagnosticBag) As
BoundBadStatement
Compilation\SyntaxTreeSemanticModel.vb (2)
1896
Dim node As
BoundBadStatement
= New BoundBadStatement(expression, ImmutableArray(Of BoundNode).Empty)
1912
Dim node As
BoundBadStatement
= New BoundBadStatement(firstStatement, ImmutableArray(Of BoundNode).Empty)
Generated\BoundNodes.xml.Generated.vb (7)
647
Public Function Update(childBoundNodes As ImmutableArray(Of BoundNode)) As
BoundBadStatement
9345
Return VisitBadStatement(CType(node,
BoundBadStatement
), arg)
9719
Public Overridable Function VisitBadStatement(node As
BoundBadStatement
, arg As A) As R
10422
Public Overridable Function VisitBadStatement(node As
BoundBadStatement
) As BoundNode
11129
Public Overrides Function VisitBadStatement(node As
BoundBadStatement
) As BoundNode
12086
Public Overrides Function VisitBadStatement(node As
BoundBadStatement
) As BoundNode
13196
Public Overrides Function VisitBadStatement(node As
BoundBadStatement
, arg As Object) As TreeDumperNode