4 references to SourceSpan
Microsoft.CodeAnalysis.Razor.Compiler (3)
CSharp\TextSpanExtensions.cs (1)
15
return new
SourceSpan
(filePath: null, absoluteIndex: textSpan.Start, lineIndex: -1, characterIndex: -1, length: textSpan.Length);
Language\SourceSpan.cs (2)
17
:
this
(null, absoluteIndex, -1, -1, length)
43
:
this
(filePath: null, absoluteIndex: absoluteIndex, lineIndex: lineIndex, characterIndex: characterIndex, length: length)
rzc (1)
Json\ObjectReaders.cs (1)
26
var span = new
SourceSpan
(filePath, absoluteIndex, lineIndex, characterIndex, length);