3 references to AddMetadataReference
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
1802
if (!CanApplyChange(ApplyChangesKind.
AddMetadataReference
) && projectChanges.GetAddedMetadataReferences().Any())
2138
Debug.Assert(CanApplyChange(ApplyChangesKind.
AddMetadataReference
));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
284
ApplyChangesKind.
AddMetadataReference
or