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