ProjectDependencyGraph.GetDependencySets(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a sequence of sets, where each set contains items with shared interdependency, and there is no dependency between sets. Each set returned will sorted in topological order.
public System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectId>> GetDependencySets (System.Threading.CancellationToken cancellationToken = default);
member this.GetDependencySets : System.Threading.CancellationToken -> seq<seq<Microsoft.CodeAnalysis.ProjectId>>
Public Function GetDependencySets (Optional cancellationToken As CancellationToken = Nothing) As IEnumerable(Of IEnumerable(Of ProjectId))
Parameters
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.