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