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