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