diff --git a/src/Workspaces/Core/Portable/Workspace/Solution/ProjectDependencyGraph.cs b/src/Workspaces/Core/Portable/Workspace/Solution/ProjectDependencyGraph.cs index b6d5b88d92512f2b8f07e0688f0d1ea1df085b70..cda93711c69c37f96d5f5b1c9cbe029c9108b5b9 100644 --- a/src/Workspaces/Core/Portable/Workspace/Solution/ProjectDependencyGraph.cs +++ b/src/Workspaces/Core/Portable/Workspace/Solution/ProjectDependencyGraph.cs @@ -42,7 +42,7 @@ public class ProjectDependencyGraph } /// - /// Gets the list of projects (topologically sorted) that this project directly depends on. + /// Gets the list of projects that this project directly depends on. /// public IImmutableSet GetProjectsThatThisProjectDirectlyDependsOn(ProjectId projectId) { @@ -62,7 +62,7 @@ public IImmutableSet GetProjectsThatThisProjectDirectlyDependsOn(Proj } /// - /// Gets the list of projects (topologically sorted) that directly depend on this project. + /// Gets the list of projects that directly depend on this project. /// public IImmutableSet GetProjectsThatDirectlyDependOnThisProject(ProjectId projectId) {