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)
354
charIndex =
_charIndex
;
409
var charIndex =
_charIndex
;
500
var result = string.Create(_remainingLength, (_page, _chunkIndex,
_charIndex
), static (destination, state) =>