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