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())
8712
case BoundKind.
WhileStatement
:
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
532
case BoundKind.
WhileStatement
:
Lowering\LocalRewriter\LocalRewriter_WhileStatement.cs (2)
49
Debug.Assert(loop.Kind == BoundKind.
WhileStatement
|| loop.Kind == BoundKind.ForEachStatement);
74
case BoundKind.
WhileStatement
:
Operations\CSharpOperationFactory.cs (1)
172
case BoundKind.
WhileStatement
: