1 write to s_cctorArraysCount
System.Private.CoreLib (1)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (1)
333s_cctorArraysCount++;
4 references to s_cctorArraysCount
System.Private.CoreLib (4)
System\Runtime\CompilerServices\ClassConstructorRunner.cs (4)
288for (int cctorIndex = 0; cctorIndex < s_cctorArraysCount; ++cctorIndex) 307for (int cctorIndex = 0; cctorIndex < s_cctorArraysCount; ++cctorIndex) 326if (s_cctorArraysCount == s_cctorArrays.Length) 332s_cctorArrays[s_cctorArraysCount] = resultArray;