6 references to MappedSpan
Microsoft.CodeAnalysis.Features (3)
CodeLens\CodeLensReferencesService.cs (3)
292
reference.Value.
MappedSpan
.Start,
293
reference.Value.
MappedSpan
.Length);
307
var mappedLine = lines.GetLineFromPosition(tooltip.Value.
MappedSpan
.Start);
Microsoft.VisualStudio.LanguageServices (3)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
482
return (result.Value, AbstractDocumentSpanEntry.GetLineContainingPosition(result.Value.Content, result.Value.
MappedSpan
.Start));
FindReferences\Entries\DocumentSpanEntry.cs (2)
133
if (position == _excerptResult.
MappedSpan
.Start)
194
SetHighlightSpan(_spanKind, clonedBuffer, excerpt.Value.
MappedSpan
);