Search Results for

    Show / Hide Table of Contents

    Class ControlFlowRegion

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

    Properties

    CaptureIds

    Declaration
    public ImmutableArray<CaptureId> CaptureIds { get; }
    Property Value
    Type Description
    ImmutableArray<CaptureId>

    EnclosingRegion

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

    ExceptionType

    Declaration
    public ITypeSymbol? ExceptionType { get; }
    Property Value
    Type Description
    ITypeSymbol

    FirstBlockOrdinal

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

    Kind

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

    LastBlockOrdinal

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

    LocalFunctions

    Declaration
    public ImmutableArray<IMethodSymbol> LocalFunctions { get; }
    Property Value
    Type Description
    ImmutableArray<IMethodSymbol>

    Locals

    Declaration
    public ImmutableArray<ILocalSymbol> Locals { get; }
    Property Value
    Type Description
    ImmutableArray<ILocalSymbol>

    NestedRegions

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