1 write to _updatedSolution
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
64
_updatedSolution
= updatedSolution;
1 reference to _updatedSolution
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSymbolRenamedCodeActionOperationFactoryWorkspaceService.cs (1)
69
var updatedDocumentIds =
_updatedSolution
.GetChanges(_startingSolution).GetProjectChanges().SelectMany(p => p.GetChangedDocuments());