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