3 references to CreateDescriptionAsync
Microsoft.CodeAnalysis.Features (3)
Completion\CommonCompletionUtilities.cs (2)
98return c => CreateDescriptionAsync(workspaceServices, semanticModel, position, symbols, options, supportedPlatforms: null, cancellationToken: c); 104return c => CreateDescriptionAsync(workspaceServices, semanticModel, position, symbols, options, supportedPlatforms: supportedPlatforms, cancellationToken: c);
Completion\Providers\SymbolCompletionItem.cs (1)
367return await CommonCompletionUtilities.CreateDescriptionAsync(document.Project.Solution.Services, semanticModel, position, symbols, options, supportedPlatforms, cancellationToken).ConfigureAwait(false);