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