1 implementation of RemoveProjectReference
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFile\ProjectFile.cs (1)
491public void RemoveProjectReference(string projectName, string projectFilePath)
1 reference to RemoveProjectReference
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
602_applyChangesProjectFile.RemoveProjectReference(project.Name, project.FilePath);