2 references to GetDescriptionAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
104var taggedText = await _hint.GetDescriptionAsync(document, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsService.cs (1)
27(document, cancellationToken) => h.GetDescriptionAsync(document, cancellationToken)));