2 instantiations of BranchInfo
System.Reflection.Metadata (2)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (2)
136
_branches.Add(new
BranchInfo
(operandOffset, label, instructionEndDisplacement, ilOffset, opCode));
345
branch = new
BranchInfo
(operandOffset: int.MaxValue, label: default,
4 references to BranchInfo
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (4)
89
private readonly List<
BranchInfo
> _branches;
95
_branches = new List<
BranchInfo
>();
253
internal IEnumerable<
BranchInfo
> Branches => _branches;
284
var
branch = _branches[0];