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