5 references to Tooltip
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorDocumentExcerptServiceWrapper.cs (1)
25
ExcerptMode.
Tooltip
=> RazorExcerptMode.Tooltip,
Microsoft.VisualStudio.LanguageServices (4)
CodeLens\RemoteCodeLensReferencesService.cs (1)
183
var tooltipExcerpt = await excerpter.TryExcerptAsync(document, span, ExcerptMode.
Tooltip
, classificationOptions, cancellationToken).ConfigureAwait(false);
FindReferences\Entries\DocumentSpanEntry.cs (1)
190
var excerpt = this.Presenter.ThreadingContext.JoinableTaskFactory.Run(() => excerptService.TryExcerptAsync(document, sourceSpan, ExcerptMode.
Tooltip
, classificationOptions, CancellationToken.None));
Venus\ContainedDocument.DocumentServiceProvider.cs (2)
285
if (mode == ExcerptMode.
Tooltip
)
303
if (mode == ExcerptMode.
Tooltip
)