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