Table of Contents

Enum DependencyCollectionFlags

Namespace
Echo.DataFlow.Analysis
Assembly
Echo.DataFlow.dll

Provides flags that influence the behaviour of the DependencyCollection class.

[Flags]
public enum DependencyCollectionFlags

Fields

IncludeAllDependencies = IncludeStackDependencies | IncludeVariableDependencies

Indicates all edges should be traversed during the collection.

IncludeStackDependencies = 1

Indicates stack dependency edges should be traversed during the collection.

IncludeVariableDependencies = 2

Indicates variable dependency edges should be traversed during the collection.