Class ControlFlowAnalysis
Inheritance
ControlFlowAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public abstract class ControlFlowAnalysis
Constructors
ControlFlowAnalysis()
Declaration
protected ControlFlowAnalysis()
Properties
EndPointIsReachable
Declaration
public abstract bool EndPointIsReachable { get; }
Property Value
EntryPoints
Declaration
public abstract ImmutableArray<SyntaxNode> EntryPoints { get; }
Property Value
ExitPoints
Declaration
public abstract ImmutableArray<SyntaxNode> ExitPoints { get; }
Property Value
ReturnStatements
Declaration
public abstract ImmutableArray<SyntaxNode> ReturnStatements { get; }
Property Value
StartPointIsReachable
Declaration
public abstract bool StartPointIsReachable { get; }
Property Value
Succeeded
Declaration
public abstract bool Succeeded { get; }
Property Value