5 references to AddMetadataReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1766
if (!CanApplyChange(ApplyChangesKind.
AddMetadataReference
) && projectChanges.GetAddedMetadataReferences().Any())
2111
Debug.Assert(CanApplyChange(ApplyChangesKind.
AddMetadataReference
));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
275
ApplyChangesKind.
AddMetadataReference
or
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
374
case ApplyChangesKind.
AddMetadataReference
:
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
415
case ApplyChangesKind.
AddMetadataReference
: