9 references to MarkLabel
ILAssembler (7)
GrammarVisitor.cs (7)
2718_currentMethod.Definition.MethodBody.MarkLabel(start); 2777_currentMethod.Definition.MethodBody.MarkLabel(start); 2780_currentMethod.Definition.MethodBody.MarkLabel(end); 3426_currentMethod.Definition.MethodBody.MarkLabel(label); 3667currentMethod.Definition.MethodBody.MarkLabel(label); 4975_currentMethod.Definition.MethodBody.MarkLabel(start); 4978_currentMethod.Definition.MethodBody.MarkLabel(end);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
811_il.MarkLabel(labelInfo._metaLabel);
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.