5 references to AddProjectReference
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
312case ApplyChangesKind.AddProjectReference:
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1506if (!CanApplyChange(ApplyChangesKind.AddProjectReference) && projectChanges.GetAddedProjectReferences().Any()) 1849Debug.Assert(CanApplyChange(ApplyChangesKind.AddProjectReference));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
277ApplyChangesKind.AddProjectReference or
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
425case ApplyChangesKind.AddProjectReference: