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