1 implementation of TryChangeTopLevelNamespacesAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
44
public abstract Task<Solution?>
TryChangeTopLevelNamespacesAsync
(Document document, string targetNamespace, CancellationToken cancellationToken);
1 reference to TryChangeTopLevelNamespacesAsync
Microsoft.CodeAnalysis.Workspaces (1)
Rename\Renamer.SyncNamespaceDocumentAction.cs (1)
42
var solution = await changeNamespaceService.
TryChangeTopLevelNamespacesAsync
(document, _analysis.TargetNamespace, cancellationToken).ConfigureAwait(false);