3 references to DoesProjectTransitivelyDependOnProject
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
627
if (solution.GetProjectDependencyGraph().
DoesProjectTransitivelyDependOnProject
(candidateProjectToReference.Id, projectWithMetadataReference.Id))
Workspace\Solution\SolutionCompilationState.cs (2)
231
return !arg.dependencyGraph.
DoesProjectTransitivelyDependOnProject
(id, arg.changedProjectId);
259
if (arg.dependencyGraph.
DoesProjectTransitivelyDependOnProject
(id, changedProjectId))