6 references to MappedSpan
Microsoft.VisualStudio.LanguageServices (6)
CodeLens\RemoteCodeLensReferencesService.cs (3)
216
reference.Value.
MappedSpan
.Start,
217
reference.Value.
MappedSpan
.Length);
231
var mappedLine = lines.GetLineFromPosition(tooltip.Value.
MappedSpan
.Start);
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
);