4 references to Label
System.Core (4)
Microsoft\Scripting\Compiler\LabelInfo.cs (2)
216
_ilg.Emit(_opCode,
Label
);
255
_ilg.MarkLabel(
Label
);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
150
_ilg.Emit(OpCodes.Br, continueTarget.
Label
);
420
label = jumpInfo.
Label
;