4 writes to _chunkIndex
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\CodeWriter.cs (4)
333
_chunkIndex
= chunkIndex;
478
_chunkIndex
= chunkIndex;
484
_chunkIndex
= -1;
542
_chunkIndex
= -1;
3 references to _chunkIndex
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\CodeGeneration\CodeWriter.cs (3)
353
chunkIndex =
_chunkIndex
;
408
var chunkIndex =
_chunkIndex
;
500
var result = string.Create(_remainingLength, (_page,
_chunkIndex
, _charIndex), static (destination, state) =>