5 references to RemoveProjectReference
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
670projectId, solutionChanges.Solution.RemoveProjectReference(projectId, projectReference)); 736projectId, solutionChanges.Solution.RemoveProjectReference(projectId, projectReference));
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
682var newSolution = solutionChanges.Solution.RemoveProjectReference(projectIdToRetarget, convertedReference.ProjectReference)
Workspace\Solution\Project.cs (1)
630=> this.Solution.RemoveProjectReference(this.Id, projectReference).GetRequiredProject(Id);
Workspace\Workspace.cs (1)
937return oldSolution.RemoveProjectReference(projectId, projectReference);