2 types derived from BoundForStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (2)
5562
Inherits
BoundForStatement
5634
Inherits
BoundForStatement
8 references to BoundForStatement
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
1940
Protected Overridable Sub VisitForStatementVariableDeclaration(node As
BoundForStatement
)
Analysis\FlowAnalysis\DataFlowPass.vb (3)
338
Return DirectCast(node,
BoundForStatement
).DeclaredOrInferredLocalOpt
1353
Dim forStatement = DirectCast(node,
BoundForStatement
)
1852
Protected Overrides Sub VisitForStatementVariableDeclaration(node As
BoundForStatement
)
Analysis\FlowAnalysis\VariablesDeclaredWalker.vb (1)
44
Protected Overrides Sub VisitForStatementVariableDeclaration(node As
BoundForStatement
)
Analysis\ForLoopVerification.vb (2)
64
Private Sub PreVisitForAndForEachStatement(boundForStatement As
BoundForStatement
)
96
Private Sub PostVisitForAndForEachStatement(boundForStatement As
BoundForStatement
)
Binding\Binder_Statements.vb (1)
3108
) As
BoundForStatement