5 references to AddProjectReference
Microsoft.VisualStudio.LanguageServices.CSharp (2)
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (2)
49
ProjectSystemProject.
AddProjectReference
(new ProjectReference(existingProjectReference.ProjectId, ImmutableArray.Create(currentAliases), existingProjectReference.EmbedInteropTypes));
57
ProjectSystemProject.
AddProjectReference
(new ProjectReference(projectSite.ProjectSystemProject.Id, embedInteropTypes: optionID == CompilerOptions.OPTID_IMPORTSUSINGNOPIA));
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
216
_projectSystemProject.
AddProjectReference
(new ProjectReference(otherProjectId, properties.Aliases, properties.EmbedInteropTypes));
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
ProjectSystemShim\VisualBasicProject.vb (2)
97
ProjectSystemProject.
AddProjectReference
(New ProjectReference(referencedProject.ProjectSystemProject.Id, embedInteropTypes:=True))
117
ProjectSystemProject.
AddProjectReference
(New ProjectReference(referencedProject.ProjectSystemProject.Id))