Class ControlFlowRegion
Inheritance
ControlFlowRegion
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class ControlFlowRegion
Properties
CaptureIds
Declaration
public ImmutableArray<CaptureId> CaptureIds { get; }
Property Value
EnclosingRegion
Declaration
public ControlFlowRegion? EnclosingRegion { get; }
Property Value
ExceptionType
Declaration
public ITypeSymbol? ExceptionType { get; }
Property Value
FirstBlockOrdinal
Declaration
public int FirstBlockOrdinal { get; }
Property Value
Kind
Declaration
public ControlFlowRegionKind Kind { get; }
Property Value
LastBlockOrdinal
Declaration
public int LastBlockOrdinal { get; }
Property Value
LocalFunctions
Declaration
public ImmutableArray<IMethodSymbol> LocalFunctions { get; }
Property Value
Locals
Declaration
public ImmutableArray<ILocalSymbol> Locals { get; }
Property Value
NestedRegions
Declaration
public ImmutableArray<ControlFlowRegion> NestedRegions { get; }
Property Value