5 references to Label
System.Core (5)
Microsoft\Scripting\Actions\CallSite.cs (1)
713
Expression.
Label
(
Microsoft\Scripting\Actions\CallSiteBinder.cs (1)
189
Expression.
Label
(
Microsoft\Scripting\Ast\LabelExpression.cs (2)
92
return Expression.
Label
(target, defaultValue);
103
return
Label
(target, null);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
725
expr = Expression.
Label
(node.Target, expression.Node);