2 writes to _absoluteIndex
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriter.cs (2)
197
_absoluteIndex
+= indentLength;
252
_absoluteIndex
+= span.Length;
2 references to _absoluteIndex
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriter.cs (2)
127
public int Length =>
_absoluteIndex
;
152
public SourceLocation Location => new(
_absoluteIndex
, _currentLineIndex, _currentLineCharacterIndex);