1 implementation of GetInlineHintsAsync
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
35public async Task<ImmutableArray<InlineHint>> GetInlineHintsAsync(
1 reference to GetInlineHintsAsync
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineHintsService.cs (1)
25: await inlineParameterService.GetInlineHintsAsync(document, textSpan, options.ParameterOptions, options.DisplayOptions, displayAllOverride, cancellationToken).ConfigureAwait(false);