5 references to SingleLine
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorDocumentExcerptServiceWrapper.cs (1)
24
ExcerptMode.
SingleLine
=> RazorExcerptMode.SingleLine,
Microsoft.VisualStudio.LanguageServices (4)
CodeLens\RemoteCodeLensReferencesService.cs (1)
182
var referenceExcerpt = await excerpter.TryExcerptAsync(document, span, ExcerptMode.
SingleLine
, classificationOptions, cancellationToken).ConfigureAwait(false);
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
482
var result = await excerptService.TryExcerptAsync(document, sourceSpan, ExcerptMode.
SingleLine
, options.Value, cancellationToken).ConfigureAwait(false);
Venus\ContainedDocument.DocumentServiceProvider.cs (2)
280
if (mode == ExcerptMode.
SingleLine
)
297
if (mode == ExcerptMode.
SingleLine
)