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