3 references to GetDescriptionAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsTag.cs (1)
102
var taggedText = await _hint.
GetDescriptionAsync
(document, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsService.cs (1)
28
h.
GetDescriptionAsync
));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintResolveHandler.cs (1)
69
var taggedText = await inlineHintToResolve.Value.
GetDescriptionAsync
(document, cancellationToken).ConfigureAwait(false);