2 references to GetItemsAsync
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\Scripting\AbstractLoadDirectiveCompletionProvider.cs (1)
42context.AddItems(await helper.GetItemsAsync(pathThroughLastSlash, context.CancellationToken).ConfigureAwait(false));
Completion\Providers\Scripting\AbstractReferenceDirectiveCompletionProvider.cs (1)
70context.AddItems(await helper.GetItemsAsync(pathThroughLastSlash, context.CancellationToken).ConfigureAwait(false));