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