3 types derived from BoundLoopStatement
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (3)
3910internal abstract partial class BoundConditionalLoopStatement : BoundLoopStatement 3992internal sealed partial class BoundForStatement : BoundLoopStatement 4034internal sealed partial class BoundForEachStatement : BoundLoopStatement
4 references to BoundLoopStatement
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AbstractFlowPass.cs (4)
179private readonly Dictionary<BoundLoopStatement, TLocalState> _loopHeadState; 219_loopHeadState = new Dictionary<BoundLoopStatement, TLocalState>(ReferenceEqualityComparer.Instance); 694private void LoopHead(BoundLoopStatement node) 708private void LoopTail(BoundLoopStatement node)