ControlFlowAnalysis.ExitPoints Property

Definition

The set of statements inside a region that jump to locations outside the region.

public:
 abstract property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::SyntaxNode ^> ExitPoints { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::SyntaxNode ^> get(); };
public abstract System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxNode> ExitPoints { get; }
member this.ExitPoints : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxNode>
Public MustOverride ReadOnly Property ExitPoints As ImmutableArray(Of SyntaxNode)

Property Value

Applies to