4 references to Label
System.Linq.Expressions (4)
System\Linq\Expressions\Compiler\LabelInfo.cs (2)
224
_ilg.Emit(_opCode,
Label
);
270
_ilg.MarkLabel(
Label
);
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (2)
151
_ilg.Emit(OpCodes.Br, continueTarget.
Label
);
475
label = jumpInfo.
Label
;