DependencyKind Type
The kind of edge in a dependency graph (calls, uses type, pattern match, etc.).
Union cases
| Union case |
Description
|
Full Usage:
Calls
|
|
Full Usage:
PatternMatches
|
|
Full Usage:
References
|
|
Full Usage:
UsesType
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCalls
Returns: bool
|
|
Full Usage:
this.IsPatternMatches
Returns: bool
|
|
Full Usage:
this.IsReferences
Returns: bool
|
|
Full Usage:
this.IsUsesType
Returns: bool
|
|
TestPrune