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