1 write to StartLineIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\LinePragma.cs (1)
23
StartLineIndex
= startLineIndex;
2 references to StartLineIndex
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\LinePragma.cs (2)
13
public int LineCount => EndLineIndex -
StartLineIndex
;
28
=> $"Line index {
StartLineIndex
}, Count {LineCount} - {FilePath}";