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