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