Method | Description | |
---|---|---|
AddDependent ( IPackage package, IPackage dependency ) : void |
While walking the package graph we call this to update dependents.
|
|
Clear ( ) : void | ||
Contains ( IPackage package ) : bool | ||
IsCycle ( IPackage package ) : bool | ||
IsVersionCycle ( string packageId ) : bool | ||
IsVisited ( IPackage package ) : bool | ||
MarkProcessing ( IPackage package ) : void | ||
MarkVisited ( IPackage package ) : void |
Method | Description | |
---|---|---|
GetLookup ( string packageId, bool createEntry = false ) : VisitedState>.Dictionary |
||
IDependentsResolver ( IPackage package ) : IEnumerable |
||
IDependentsResolver ( IPackage package, bool skipFailures ) : IEnumerable |
||
IPackageRepository ( ) : IQueryable |
||
IPackageRepository ( IPackage package ) : void |
public AddDependent ( IPackage package, IPackage dependency ) : void | ||
package | IPackage | |
dependency | IPackage | |
return | void |
public IsVersionCycle ( string packageId ) : bool | ||
packageId | string | |
return | bool |
public MarkProcessing ( IPackage package ) : void | ||
package | IPackage | |
return | void |
public MarkVisited ( IPackage package ) : void | ||
package | IPackage | |
return | void |