Enum DependencyCollectionFlags
Provides flags that influence the behaviour of the DependencyCollection class.
[Flags]
public enum DependencyCollectionFlags
Fields
IncludeAllDependencies = IncludeStackDependencies | IncludeVariableDependenciesIndicates all edges should be traversed during the collection.
IncludeStackDependencies = 1Indicates stack dependency edges should be traversed during the collection.
IncludeVariableDependencies = 2Indicates variable dependency edges should be traversed during the collection.