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