2 references to CanConvertMetadataReferenceToProjectReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
553
if (
CanConvertMetadataReferenceToProjectReference
(solutionChanges.Solution, projectIdToRetarget, referencedProjectId: projectIdToReference))
710
if (
CanConvertMetadataReferenceToProjectReference
(currentSolution, referencingProject, projectIdToReference))