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);
3667
currentMethod.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.