2 references to RewriteWhileStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
237BoundStatement whileLoop = RewriteWhileStatement(
Lowering\LocalRewriter\LocalRewriter_WhileStatement.cs (1)
117return RewriteWhileStatement(loop, rewrittenCondition, rewrittenBody, breakLabel, continueLabel, hasErrors);