4 references to MappedSpanResult
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
RazorMappingServiceWrapper.cs (1)
75roslynSpans[i] = new MappedSpanResult(razorSpan.FilePath, razorSpan.LinePositionSpan, razorSpan.Span);
RazorSourceGeneratedDocumentSpanMappingServiceWrapper.cs (1)
82: new MappedSpanResult(span.FilePath, span.LinePositionSpan, span.Span));
Microsoft.VisualStudio.LanguageServices (2)
FindReferences\Entries\AbstractDocumentSpanEntry.cs (1)
86return new MappedSpanResult(documentSpan.Document.FilePath!, sourceText.Lines.GetLinePositionSpan(documentSpan.SourceSpan), documentSpan.SourceSpan);
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
117result = new MappedSpanResult(document.FilePath, primarySnapshotSpan.ToLinePositionSpan(), primarySpan.ToTextSpan());