3 types derived from BoundLoopStatement
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (3)
3799internal abstract partial class BoundConditionalLoopStatement : BoundLoopStatement 3881internal sealed partial class BoundForStatement : BoundLoopStatement 3923internal sealed partial class BoundForEachStatement : BoundLoopStatement
6 references to BoundLoopStatement
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (4)
179private readonly Dictionary<BoundLoopStatement, TLocalState> _loopHeadState; 219_loopHeadState = new Dictionary<BoundLoopStatement, TLocalState>(ReferenceEqualityComparer.Instance); 687private void LoopHead(BoundLoopStatement node) 701private void LoopTail(BoundLoopStatement node)
Lowering\LocalRewriter\LocalRewriter_ForStatement.cs (1)
42BoundLoopStatement original,
Lowering\LocalRewriter\LocalRewriter_WhileStatement.cs (1)
42BoundLoopStatement loop,