2 instantiations of BoundBadStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
665
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)
663
Public Function Update(childBoundNodes As ImmutableArray(Of BoundNode)) As
BoundBadStatement
9361
Return VisitBadStatement(CType(node,
BoundBadStatement
), arg)
9735
Public Overridable Function VisitBadStatement(node As
BoundBadStatement
, arg As A) As R
10438
Public Overridable Function VisitBadStatement(node As
BoundBadStatement
) As BoundNode
11145
Public Overrides Function VisitBadStatement(node As
BoundBadStatement
) As BoundNode
12102
Public Overrides Function VisitBadStatement(node As
BoundBadStatement
) As BoundNode
13212
Public Overrides Function VisitBadStatement(node As
BoundBadStatement
, arg As Object) As TreeDumperNode