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