4 references to Branch
ILAssembler (2)
GrammarVisitor.cs (2)
2959
_currentMethod.Definition.MethodBody.
Branch
(opcode, handle);
2965
_currentMethod.Definition.MethodBody.
Branch
(opcode, label);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
512
_il.
Branch
((ILOpCode)opcode.Value, 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.