2 writes to s_cctorArrays
System.Private.CoreLib (2)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (2)
329
Array.Resize(ref
s_cctorArrays
, (s_cctorArrays.Length * 2) + 1);
485
s_cctorArrays
= new Cctor[10][];
5 references to s_cctorArrays
System.Private.CoreLib (5)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (5)
290
Cctor[] segment =
s_cctorArrays
[cctorIndex];
309
Cctor[] segment =
s_cctorArrays
[cctorIndex];
326
if (s_cctorArraysCount ==
s_cctorArrays
.Length)
329
Array.Resize(ref s_cctorArrays, (
s_cctorArrays
.Length * 2) + 1);
332
s_cctorArrays
[s_cctorArraysCount] = resultArray;