4 writes to _charIndex
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\CodeWriter.cs (4)
334_charIndex = charIndex + 1; // Increment the char index for the next read. 479_charIndex = charIndex; 485_charIndex = -1; 543_charIndex = 1;
3 references to _charIndex
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeWriter.cs (3)
354charIndex = _charIndex; 409var charIndex = _charIndex; 500var result = string.Create(_remainingLength, (_page, _chunkIndex, _charIndex), static (destination, state) =>