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