1 write to UpdatedSolution
Microsoft.CodeAnalysis.Features (1)
MoveToNamespace\MoveToNamespaceResult.cs (1)
29UpdatedSolution = updatedSolution;
3 references to UpdatedSolution
Microsoft.CodeAnalysis.Features (3)
MoveToNamespace\MoveToNamespaceCodeAction.cs (3)
65operations.Add(new ApplyChangesOperation(moveToNamespaceResult.UpdatedSolution)); 67var symbolRenameCodeActionOperationFactory = moveToNamespaceResult.UpdatedSolution.Services.GetService<ISymbolRenamedCodeActionOperationFactoryWorkspaceService>(); 80moveToNamespaceResult.UpdatedSolution));