5 references to GetRemovedProjectReferences
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
462
if (projectChanges.
GetRemovedProjectReferences
().Any())
Microsoft.CodeAnalysis.Workspaces (3)
CodeActions\Operations\ApplyChangesOperation.cs (1)
108
changedProject.
GetRemovedProjectReferences
().Any())
Workspace\Workspace.cs (2)
1797
if (!CanApplyChange(ApplyChangesKind.RemoveProjectReference) && projectChanges.
GetRemovedProjectReferences
().Any())
1879
foreach (var removedProjectReference in projectChanges.
GetRemovedProjectReferences
())
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
300
changes.
GetRemovedProjectReferences
().Any() ||