2 overrides of CanAddProjectReference
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
824
internal override bool
CanAddProjectReference
(ProjectId referencingProject, ProjectId referencedProject)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1415
internal override bool
CanAddProjectReference
(ProjectId referencingProject, ProjectId referencedProject)
1 reference to CanAddProjectReference
Microsoft.CodeAnalysis.Features (1)
AddImport\CodeActions\ProjectSymbolReferenceCodeAction.cs (1)
90
return workspace.
CanAddProjectReference
(_referencingProject, _referencedProject);