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