Search Results for

    Show / Hide Table of Contents

    Class ControlFlowBranch

    Inheritance
    object
    ControlFlowBranch
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis.FlowAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public sealed class ControlFlowBranch

    Properties

    Destination

    Declaration
    public BasicBlock? Destination { get; }
    Property Value
    Type Description
    BasicBlock

    EnteringRegions

    Declaration
    public ImmutableArray<ControlFlowRegion> EnteringRegions { get; }
    Property Value
    Type Description
    ImmutableArray<ControlFlowRegion>

    FinallyRegions

    Declaration
    public ImmutableArray<ControlFlowRegion> FinallyRegions { get; }
    Property Value
    Type Description
    ImmutableArray<ControlFlowRegion>

    IsConditionalSuccessor

    Declaration
    public bool IsConditionalSuccessor { get; }
    Property Value
    Type Description
    bool

    LeavingRegions

    Declaration
    public ImmutableArray<ControlFlowRegion> LeavingRegions { get; }
    Property Value
    Type Description
    ImmutableArray<ControlFlowRegion>

    Semantics

    Declaration
    public ControlFlowBranchSemantics Semantics { get; }
    Property Value
    Type Description
    ControlFlowBranchSemantics

    Source

    Declaration
    public BasicBlock Source { get; }
    Property Value
    Type Description
    BasicBlock
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0