Base:
property
BreakLabel
Microsoft.CodeAnalysis.CSharp.Binder.BreakLabel
5 references to BreakLabel
Microsoft.CodeAnalysis.CSharp (5)
Binder\ForEachLoopBinder.cs (2)
448
this.
BreakLabel
,
588
this.
BreakLabel
,
Binder\ForLoopBinder.cs (1)
136
this.
BreakLabel
,
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);