1 implementation of GetInlineHintsAsync
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineHintsService.cs (1)
17public async Task<ImmutableArray<InlineHint>> GetInlineHintsAsync(
1 reference to GetInlineHintsAsync
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsService.cs (1)
22var hints = await service.GetInlineHintsAsync(document, textSpan, roslynOptions, displayAllOverride: false, cancellationToken).ConfigureAwait(false);