1 implementation of GetInlineHintsAsync
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineTypeHintsService.cs (1)
39
public async Task<ImmutableArray<InlineHint>>
GetInlineHintsAsync
(
2 references to GetInlineHintsAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
InlineHints\AbstractInlineHintsTests.vb (1)
93
Dim typeHints = Await tagService.
GetInlineHintsAsync
(document, New Text.TextSpan(0, snapshot.Length), options, displayOptions, CancellationToken.None)
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineHintsService.cs (1)
29
: await inlineTypeService.
GetInlineHintsAsync
(document, textSpan, options.TypeOptions, options.DisplayOptions, cancellationToken).ConfigureAwait(false);