Search Results for

    Show / Hide Table of Contents

    Class BasicBlock

    Inheritance
    object
    BasicBlock
    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 BasicBlock

    Properties

    BranchValue

    Declaration
    public IOperation? BranchValue { get; }
    Property Value
    Type Description
    IOperation

    ConditionKind

    Declaration
    public ControlFlowConditionKind ConditionKind { get; }
    Property Value
    Type Description
    ControlFlowConditionKind

    ConditionalSuccessor

    Declaration
    public ControlFlowBranch? ConditionalSuccessor { get; }
    Property Value
    Type Description
    ControlFlowBranch

    EnclosingRegion

    Declaration
    public ControlFlowRegion EnclosingRegion { get; }
    Property Value
    Type Description
    ControlFlowRegion

    FallThroughSuccessor

    Declaration
    public ControlFlowBranch? FallThroughSuccessor { get; }
    Property Value
    Type Description
    ControlFlowBranch

    IsReachable

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

    Kind

    Declaration
    public BasicBlockKind Kind { get; }
    Property Value
    Type Description
    BasicBlockKind

    Operations

    Declaration
    public ImmutableArray<IOperation> Operations { get; }
    Property Value
    Type Description
    ImmutableArray<IOperation>

    Ordinal

    Declaration
    public int Ordinal { get; }
    Property Value
    Type Description
    int

    Predecessors

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