1 write to _currentLineIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.cs (1)
268
_currentLineIndex
++;
1 reference to _currentLineIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.cs (1)
152
public SourceLocation Location => new(_absoluteIndex,
_currentLineIndex
, _currentLineCharacterIndex);