37 references to GetChanges
AnalyzerRunner (1)
CodeRefactoringRunner.cs (1)
104var changes = applyChangesOperation.ChangedSolution.GetChanges(document.Project.Solution);
GenerateDocumentationAndConfigFiles (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.EditorFeatures (6)
CodeActions\CodeActionEditHandlerService.cs (1)
197var changes = newSolution.GetChanges(oldSolution);
InlineRename\InlineRenameSession.cs (3)
578var diffMergingSession = new LinkedFileDiffMergingSession(_baseSolution, replacementInfo.NewSolution, replacementInfo.NewSolution.GetChanges(_baseSolution)); 862var changes = newSolution.GetChanges(_baseSolution); 915var finalChanges = Workspace.CurrentSolution.GetChanges(_baseSolution);
Preview\AbstractPreviewFactoryService.cs (1)
81var solutionChanges = newSolution.GetChanges(oldSolution);
Suggestions\RefineUsingCopilot\RefineUsingCopilotCodeAction.cs (1)
66var changes = newSolution.GetChanges(originalSolution);
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
892var diffMergingSession = new LinkedFileDiffMergingSession(oldSolution, newSolution, newSolution.GetChanges(oldSolution));
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
223var solutionChanges = newSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
263var solutionChanges = updatedDocument.Project.Solution.GetChanges(currentDocument.Project.Solution);
Handler\CodeActions\CodeActionResolveHelper.cs (2)
64var changes = applyChangesOperation.ChangedSolution.GetChanges(solution); 66changes = newSolution.GetChanges(solution);
Handler\Rename\RenameHandler.cs (2)
65var solutionChanges = renamedSolution.GetChanges(oldSolution); 70solutionChanges = renamedSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.Workspaces (9)
CodeActions\CodeAction_Cleanup.cs (1)
78var solutionChanges = changedSolution.GetChanges(originalSolution);
CodeActions\Operations\ApplyChangesOperation.cs (1)
79var solutionChanges = changedSolution.GetChanges(originalSolution);
Editing\SymbolEditor.cs (1)
69var solutionChanges = ChangedSolution.GetChanges(OriginalSolution);
Remote\RemoteUtilities.cs (1)
31var solutionChanges = newSolution.GetChanges(oldSolution);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);
Workspace\Solution\Solution.cs (1)
1572var session = new LinkedFileDiffMergingSession(oldSolution, this, solutionChanges ?? this.GetChanges(oldSolution));
Workspace\Workspace.cs (3)
294var changes = newSolution.GetChanges(oldSolution); 1585var solutionChanges = newSolution.GetChanges(oldSolution); 1589solutionChanges = solutionWithLinkedFileChangesMerged.GetChanges(oldSolution);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
SolutionUtilities.cs (2)
19var solutionDifferences = newSolution.GetChanges(oldSolution); 35var solutionDifferences = newSolution.GetChanges(oldSolution);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
3028var changes = newSolution.GetChanges(solution).GetProjectChanges().Single();
Microsoft.VisualStudio.LanguageServices (4)
Preview\PreviewEngine.cs (1)
106var changes = _newSolution.GetChanges(_oldSolution);
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
268var projectChanges = newSolution.GetChanges(currentSolution).GetProjectChanges().ToList();
SyncNamespaces\SyncNamespacesCommandHandler.cs (1)
143if (_workspace.CurrentSolution.GetChanges(solution).GetProjectChanges().Any())
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
67var updatedDocumentIds = _updatedSolution.GetChanges(_startingSolution).GetProjectChanges().SelectMany(p => p.GetChangedDocuments());
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
21var solutionChanges = newSolution.GetChanges(oldSolution);