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