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)
127public int Length => _absoluteIndex; 152public SourceLocation Location => new(_absoluteIndex, _currentLineIndex, _currentLineCharacterIndex);