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