2 references to DoesProjectTransitivelyDependOnProject
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.cs (2)
231
return !arg.dependencyGraph.
DoesProjectTransitivelyDependOnProject
(id, arg.changedProjectId);
259
if (arg.dependencyGraph.
DoesProjectTransitivelyDependOnProject
(id, changedProjectId))