1 implementation of RemoveMetadataReference
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFile\ProjectFile.cs (1)
401
public void
RemoveMetadataReference
(MetadataReference reference, AssemblyIdentity identity)
1 reference to RemoveMetadataReference
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
555
_applyChangesProjectFile.
RemoveMetadataReference
(metadataReference, identity);