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