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