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