2 writes to _nextConstantIndex
ILCompiler.Compiler (2)
IL\RvaIntrinsicPatternAnalyzer.cs (2)
121_nextConstantIndex = (_nextConstantIndex + 1) % MaxInitializeArrayArguments; 136_nextConstantIndex = 0;
3 references to _nextConstantIndex
ILCompiler.Compiler (3)
IL\RvaIntrinsicPatternAnalyzer.cs (3)
120_recentConstants[_nextConstantIndex] = value; 121_nextConstantIndex = (_nextConstantIndex + 1) % MaxInitializeArrayArguments; 141int firstConstantIndex = _recentConstantCount == MaxInitializeArrayArguments ? _nextConstantIndex : 0;