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