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