Search Results for

    Show / Hide Table of Contents

    Class ControlFlowAnalysis

    Inheritance
    object
    ControlFlowAnalysis
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public abstract class ControlFlowAnalysis

    Constructors

    ControlFlowAnalysis()

    Declaration
    protected ControlFlowAnalysis()

    Properties

    EndPointIsReachable

    Declaration
    public abstract bool EndPointIsReachable { get; }
    Property Value
    Type Description
    bool

    EntryPoints

    Declaration
    public abstract ImmutableArray<SyntaxNode> EntryPoints { get; }
    Property Value
    Type Description
    ImmutableArray<SyntaxNode>

    ExitPoints

    Declaration
    public abstract ImmutableArray<SyntaxNode> ExitPoints { get; }
    Property Value
    Type Description
    ImmutableArray<SyntaxNode>

    ReturnStatements

    Declaration
    public abstract ImmutableArray<SyntaxNode> ReturnStatements { get; }
    Property Value
    Type Description
    ImmutableArray<SyntaxNode>

    StartPointIsReachable

    Declaration
    public abstract bool StartPointIsReachable { get; }
    Property Value
    Type Description
    bool

    Succeeded

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