5 references to RemoveProjectReference
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
668projectId, solutionChanges.Solution.RemoveProjectReference(projectId, projectReference)); 734projectId, solutionChanges.Solution.RemoveProjectReference(projectId, projectReference));
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
687var 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)
934return oldSolution.RemoveProjectReference(projectId, projectReference);