Class ControlFlowBranch
Inheritance
ControlFlowBranch
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class ControlFlowBranch
Properties
Destination
Declaration
public BasicBlock? Destination { get; }
Property Value
EnteringRegions
Declaration
public ImmutableArray<ControlFlowRegion> EnteringRegions { get; }
Property Value
FinallyRegions
Declaration
public ImmutableArray<ControlFlowRegion> FinallyRegions { get; }
Property Value
IsConditionalSuccessor
Declaration
public bool IsConditionalSuccessor { get; }
Property Value
LeavingRegions
Declaration
public ImmutableArray<ControlFlowRegion> LeavingRegions { get; }
Property Value
Semantics
Declaration
public ControlFlowBranchSemantics Semantics { get; }
Property Value
Source
Declaration
public BasicBlock Source { get; }
Property Value