9 references to MarkLabel
ILAssembler (7)
GrammarVisitor.cs (7)
3070_currentMethod.Definition.MethodBody.MarkLabel(start); 3136_currentMethod.Definition.MethodBody.MarkLabel(start); 3139_currentMethod.Definition.MethodBody.MarkLabel(end); 3869_currentMethod.Definition.MethodBody.MarkLabel(label); 4124currentMethod.Definition.MethodBody.MarkLabel(label); 5567_currentMethod.Definition.MethodBody.MarkLabel(start); 5570_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.