6 references to WhileStatement
Microsoft.CodeAnalysis.CSharp (6)
Generated\BoundNodes.xml.Generated.cs (2)
3854: base(BoundKind.WhileStatement, syntax, locals, condition, body, breakLabel, continueLabel, hasErrors || condition.HasErrors() || body.HasErrors()) 8712case BoundKind.WhileStatement:
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
532case BoundKind.WhileStatement:
Lowering\LocalRewriter\LocalRewriter_WhileStatement.cs (2)
49Debug.Assert(loop.Kind == BoundKind.WhileStatement || loop.Kind == BoundKind.ForEachStatement); 74case BoundKind.WhileStatement:
Operations\CSharpOperationFactory.cs (1)
172case BoundKind.WhileStatement: