11 references to Target
System.Core (11)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
980
Out(GetLabelTargetName(node.
Target
), Flow.Space);
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
170
public LabelTarget Target { get { return _node.
Target
; } }
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
718
DumpLabel(node.
Target
);
Microsoft\Scripting\Ast\ExpressionVisitor.cs (1)
321
return node.Update(VisitLabelTarget(node.
Target
), Visit(node.Value));
Microsoft\Scripting\Ast\GotoExpression.cs (2)
120
/// <param name="target">The <see cref="
Target
" /> property of the result.</param>
124
if (target ==
Target
&& value == Value) {
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (2)
101
var labelInfo = ReferenceLabel(node.
Target
);
114
if (node.
Target
.Type == typeof(void)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
62
if (g != null && (g.Value == null || !Significant(g.Value)) && ReferenceLabel(g.
Target
).CanReturn) {
414
LabelInfo jumpInfo = ReferenceLabel(jump.
Target
);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
772
expr = Expression.MakeGoto(node.Kind, node.
Target
, value.Node, node.Type);