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