1 write to StartLineIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\LinePragma.cs (1)
23StartLineIndex = startLineIndex;
5 references to StartLineIndex
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\IntegrationTestBase.cs (1)
599if (classifiedSpan.Span.LineIndex >= linePragma.StartLineIndex &&
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (2)
171if (sourceMapping.OriginalSpan.LineIndex >= linePragma.StartLineIndex && 198if (classifiedSpan.Span.LineIndex >= linePragma.StartLineIndex &&
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\LinePragma.cs (2)
13public int LineCount => EndLineIndex - StartLineIndex; 28=> $"Line index {StartLineIndex}, Count {LineCount} - {FilePath}";