Base:
property
ContinueLabel
Microsoft.CodeAnalysis.CSharp.Binder.ContinueLabel
5 references to ContinueLabel
Microsoft.CodeAnalysis.CSharp (5)
Binder\ForEachLoopBinder.cs (2)
449this.ContinueLabel, 589this.ContinueLabel,
Binder\ForLoopBinder.cs (1)
137this.ContinueLabel);
Binder\WhileBinder.cs (2)
35return new BoundWhileStatement(node, this.Locals, condition, body, this.BreakLabel, this.ContinueLabel); 45return new BoundDoStatement(node, this.Locals, condition, body, this.BreakLabel, this.ContinueLabel);