4 references to FileLinePositionSpan
Microsoft.CodeAnalysis (4)
Diagnostic\ExternalFileLocation.cs (1)
30
_mappedLineSpan = new
FileLinePositionSpan
(mappedFilePath, mappedLineSpan, hasMappedPath: true);
Syntax\LineDirectiveMap.cs (3)
64
return new
FileLinePositionSpan
(path, span, hasMappedPath: entry.MappedPathOpt != null);
256
new
FileLinePositionSpan
(path, entry.MappedSpan, hasMappedPath));
262
var mapped = new
FileLinePositionSpan
(path, mappedSpan, hasMappedPath);