1 implementation of GetInlineHintsAsync
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
44
public async Task<ImmutableArray<InlineHint>>
GetInlineHintsAsync
(Document document, TextSpan textSpan, InlineParameterHintsOptions options, SymbolDescriptionOptions displayOptions, CancellationToken cancellationToken)
2 references to GetInlineHintsAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
InlineHints\AbstractInlineHintsTests.vb (1)
33
Dim inlineHints = Await tagService.
GetInlineHintsAsync
(document, New Text.TextSpan(0, snapshot.Length), options, displayOptions, CancellationToken.None)
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineHintsService.cs (1)
25
: await inlineParameterService.
GetInlineHintsAsync
(document, textSpan, options.ParameterOptions, options.DisplayOptions, cancellationToken).ConfigureAwait(false);