ProjectDependencyGraph.GetProjectsThatTransitivelyDependOnThisProject Method

Definition

Gets the list of projects that directly or transitively depend on this project.

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ProjectId ^> ^ GetProjectsThatTransitivelyDependOnThisProject(Microsoft::CodeAnalysis::ProjectId ^ projectId);
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectId> GetProjectsThatTransitivelyDependOnThisProject (Microsoft.CodeAnalysis.ProjectId projectId);
member this.GetProjectsThatTransitivelyDependOnThisProject : Microsoft.CodeAnalysis.ProjectId -> seq<Microsoft.CodeAnalysis.ProjectId>
Public Function GetProjectsThatTransitivelyDependOnThisProject (projectId As ProjectId) As IEnumerable(Of ProjectId)

Parameters

projectId
ProjectId

Returns

Applies to