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