4 references to RemoveMetadataReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1771
if (!CanApplyChange(ApplyChangesKind.
RemoveMetadataReference
) && projectChanges.GetRemovedMetadataReferences().Any())
2122
Debug.Assert(CanApplyChange(ApplyChangesKind.
RemoveMetadataReference
));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
276
ApplyChangesKind.
RemoveMetadataReference
or
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
416
case ApplyChangesKind.
RemoveMetadataReference
: