5 references to AddProjectReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1799if (!CanApplyChange(ApplyChangesKind.AddProjectReference) && projectChanges.GetAddedProjectReferences().Any()) 2123Debug.Assert(CanApplyChange(ApplyChangesKind.AddProjectReference));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
279ApplyChangesKind.AddProjectReference or
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
354case ApplyChangesKind.AddProjectReference:
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
417case ApplyChangesKind.AddProjectReference: