1 write to EndLineIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\LinePragma.cs (1)
24EndLineIndex = endLineIndex;
4 references to EndLineIndex
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\IntegrationTestBase.cs (1)
600classifiedSpan.Span.LineIndex <= linePragma.EndLineIndex)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (2)
172sourceMapping.OriginalSpan.LineIndex <= linePragma.EndLineIndex) 199classifiedSpan.Span.LineIndex <= linePragma.EndLineIndex)
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\LinePragma.cs (1)
13public int LineCount => EndLineIndex - StartLineIndex;