4 references to DefineLabel
System.Core (4)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (2)
84
label =
DefineLabel
(node.Target);
219
DefineLabel
(label.Target);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
143
LabelInfo breakTarget =
DefineLabel
(node.BreakLabel);
144
LabelInfo continueTarget =
DefineLabel
(node.ContinueLabel);