3 types derived from BoundLoopStatement
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (3)
3909internal abstract partial class BoundConditionalLoopStatement : BoundLoopStatement 3991internal sealed partial class BoundForStatement : BoundLoopStatement 4033internal sealed partial class BoundForEachStatement : BoundLoopStatement
4 references to BoundLoopStatement
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AbstractFlowPass.cs (4)
178private readonly Dictionary<BoundLoopStatement, TLocalState> _loopHeadState; 218_loopHeadState = new Dictionary<BoundLoopStatement, TLocalState>(ReferenceEqualityComparer.Instance); 693private void LoopHead(BoundLoopStatement node) 707private void LoopTail(BoundLoopStatement node)