2 references to GetTopLevelNamespacesAsync
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
136var originalNamespaceDeclarations = await GetTopLevelNamespacesAsync(document, cancellationToken).ConfigureAwait(false); 161var namespaces = await GetTopLevelNamespacesAsync(document, cancellationToken).ConfigureAwait(false);