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