2 references to DefineLabel
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
255LabelHandle metadataLabel = _il.DefineLabel();
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
33/// such as <see cref="Branch(ILOpCode, LabelHandle)"/>, <see cref="DefineLabel"/>, <see cref="MarkLabel(LabelHandle)"/> etc.