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