Base:
method
ChangeNamespaceAsync
Microsoft.CodeAnalysis.ChangeNamespace.AbstractChangeNamespaceService.ChangeNamespaceAsync(Microsoft.CodeAnalysis.Document, Microsoft.CodeAnalysis.SyntaxNode, System.String, Microsoft.CodeAnalysis.CodeCleanup.CodeCleanupOptionsProvider, System.Threading.CancellationToken)
1 reference to ChangeNamespaceAsync
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
156solution = await ChangeNamespaceAsync(document, namespaceToRename, targetNamespace, fallbackOptions, cancellationToken).ConfigureAwait(false);